summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-17 10:58:12 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-17 10:58:12 -0400
commit91f7771fe5cf1c299a4281391963757f7d1dc801 (patch)
tree5ecd3c469f84923d7b2f9fe2526c5bd6da738d4e
parentbfde3cd6d13e0980f5a2af38bff4ee66044a2fda (diff)
downloadtor-91f7771fe5cf1c299a4281391963757f7d1dc801.tar.gz
tor-91f7771fe5cf1c299a4281391963757f7d1dc801.zip
Start work on 0.2.6.5-?? changelog
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fec11b316..d1009bec8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,29 @@
Changes in version 0.2.6.5-?? - 2015-03-??
+ Tor 0.2.6.5-?? 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.
Changes in version 0.2.5.11 - 2015-03-17