diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-17 14:59:29 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-04-17 14:59:29 -0400 |
commit | 4747c84241318f6bff8570a81a2f234560595b4e (patch) | |
tree | b8d4a7c4b7741a865ad92222a1a3f003f9ee73f6 /ChangeLog | |
parent | 80466eb21531c2d47e0cb6d7163492c16cf608ef (diff) | |
download | tor-4747c84241318f6bff8570a81a2f234560595b4e.tar.gz tor-4747c84241318f6bff8570a81a2f234560595b4e.zip |
fold in recent changelog entries
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,8 @@ Changes in version 0.2.2.25-alpha - 2011-04-?? - When a client finds that an origin circuit has run out of 16-bit stream IDs, we now mark it as unusable for new streams. Previously, we would try to close the entire circuit. Bugfix on Tor 0.0.6. + - Added a forgotten cast that caused a compile warning on OS X + 10.6. Bugfix on 0.2.2.24-alpha. o Minor features: - Send END_STREAM_REASON_NOROUTE in response to EHOSTUNREACH errors. @@ -32,6 +34,9 @@ Changes in version 0.2.2.25-alpha - 2011-04-?? in three places, and we never adjusted the known/unknown skew values. This is still something we might want to do someday, but if we do, we'll want to do it differently. + - Use GetTempDir to find the proper temporary directory location on + Windows when generating temporary files for the unit tests. Patch + by Gisle Vanem. Changes in version 0.2.2.24-alpha - 2011-04-08 |