From: Roger Dingledine Date: Fri, 23 Apr 2010 23:42:34 +0000 (-0400) Subject: blurbs for two recent alphas X-Git-Tag: tor-0.2.2.13-alpha~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45ab6959c9b77ffbc03ff6b7515f1c7d0af35d45;p=thirdparty%2Ftor.git blurbs for two recent alphas --- diff --git a/ChangeLog b/ChangeLog index d6fac8c90d..b7b24daef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ Changes in version 0.2.2.12-alpha - 2010-04-20 + Tor 0.2.2.12-alpha fixes a critical bug in how directory authorities + handle and vote on descriptors. It was causing relays to drop out of + the consensus. + o Major bugfixes: - Many relays have been falling out of the consensus lately because not enough authorities know about their descriptor for them to get @@ -23,6 +27,9 @@ Changes in version 0.2.2.12-alpha - 2010-04-20 Changes in version 0.2.2.11-alpha - 2010-04-15 + Tor 0.2.2.11-alpha fixes yet another instance of broken OpenSSL + libraries that was causing some relays to drop out of the consensus. + o Major bugfixes: - Directory mirrors were fetching relay descriptors only from v2 directory authorities, rather than v3 authorities like they should.