From: Roger Dingledine Date: Wed, 18 May 2011 18:10:38 +0000 (-0400) Subject: put in a blurb for the new release too X-Git-Tag: tor-0.2.2.27-beta^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3b8457eb38ee76a6912754530a255e4d05b6910;p=thirdparty%2Ftor.git put in a blurb for the new release too --- diff --git a/ChangeLog b/ChangeLog index 483c4b98f6..79148e1622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.