diff options
author | Roger Dingledine <arma@torproject.org> | 2011-05-18 14:10:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-05-18 14:10:38 -0400 |
commit | e3b8457eb38ee76a6912754530a255e4d05b6910 (patch) | |
tree | 9ff29bad0e5982312a430c72c5466e8de6364f23 | |
parent | fa973c4926121c13894985b6000f1c3c10e35707 (diff) | |
download | tor-0.2.2.27-beta.tar.gz tor-0.2.2.27-beta.zip |
put in a blurb for the new release tootor-0.2.2.27-beta
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ Changes in version 0.2.2.27-beta - 2011-05-18 + Tor 0.2.2.27-beta fixes a bridge-related stability bug in the previous + release, and also adds a few more general bugfixes. + o Major bugfixes: - Fix a crash bug when changing bridges in a running Tor process. Fixes bug 3213; bugfix on 0.2.2.26-beta. @@ -8,7 +11,7 @@ Changes in version 0.2.2.27-beta - 2011-05-18 o Minor bugfixes: - Require that onion keys have exponent 65537 in microdescriptors too. - Fixes more of bug 3207; bugfix on 0.2.2.25-alpha. + Fixes more of bug 3207; bugfix on 0.2.2.26-beta. - Tor used to limit HttpProxyAuthenticator values to 48 characters. Changed the limit to 512 characters by removing base64 newlines. Fixes bug 2752. Fix by Michael Yakubovich. |