diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-18 16:30:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-18 16:30:08 -0400 |
commit | 6c26483e69add5b01fb2ff672856a4f4051f94c0 (patch) | |
tree | 6b0b74a3c87fc60d52635d7e85da104076e7367e /ChangeLog | |
parent | 54d6e5e71e604ffedcb3c0a2aeff4b39bc9e37db (diff) | |
download | tor-6c26483e69add5b01fb2ff672856a4f4051f94c0.tar.gz tor-6c26483e69add5b01fb2ff672856a4f4051f94c0.zip |
forward-port 0.2.6.5-rc changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Changes in version 0.2.6.5-rc - 2015-03-18 + Tor 0.2.6.5-rc is the second and (hopefully) last release candidate in + the 0.2.6. It fixes a small number of bugs found in 0.2.6.4-rc. + + o Major bugfixes (client): + - Avoid crashing when making certain configuration option changes on + clients. Fixes bug 15245; bugfix on 0.2.6.3-alpha. Reported + by "anonym". + + o Major bugfixes (pluggable transports): + - Initialize the extended OR Port authentication cookie before + launching pluggable transports. This prevents a race condition + that occured when server-side pluggable transports would cache the + authentication cookie before it has been (re)generated. Fixes bug + 15240; bugfix on 0.2.5.1-alpha. + + o Major bugfixes (portability): + - Do not crash on startup when running on Solaris. Fixes a bug + related to our fix for 9495; bugfix on 0.2.6.1-alpha. Reported + by "ruebezahl". + + o Minor features (heartbeat): + - On relays, report how many connections we negotiated using each + version of the Tor link protocols. This information will let us + know if removing support for very old versions of the Tor + protocols is harming the network. Closes ticket 15212. + + o Code simplification and refactoring: + - Refactor main loop to extract the 'loop' part. This makes it + easier to run Tor under Shadow. Closes ticket 15176. + Changes in version 0.2.5.11 - 2015-03-17 Tor 0.2.5.11 is the second stable release in the 0.2.5 series. |