diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-23 19:42:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-23 19:42:34 -0400 |
commit | 45ab6959c9b77ffbc03ff6b7515f1c7d0af35d45 (patch) | |
tree | 342f932a2f0446c00e1d1b8e3a7c5d1f9e49ce3f | |
parent | 573e1d40b3b5fdd35db28bb07028112cbe64c722 (diff) | |
download | tor-45ab6959c9b77ffbc03ff6b7515f1c7d0af35d45.tar.gz tor-45ab6959c9b77ffbc03ff6b7515f1c7d0af35d45.zip |
blurbs for two recent alphas
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |