diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-20 03:53:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-20 03:53:07 -0400 |
commit | ea6cdafee5aae1028e96b12f06161789218a2044 (patch) | |
tree | d7f4b203c037f0b72b73501f01c45b59faf274d9 /ChangeLog | |
parent | eaf5487d9570fbf2e5bcab911bf7db2f5a70878a (diff) | |
download | tor-ea6cdafee5aae1028e96b12f06161789218a2044.tar.gz tor-ea6cdafee5aae1028e96b12f06161789218a2044.zip |
prepare for 0.2.2.12-alpha
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ -Changes in version 0.2.2.12-alpha - 2010-04-?? +Changes in version 0.2.2.12-alpha - 2010-04-20 + 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 + a majority of votes. When we deprecated the v2 directory protocol, + we got rid of the only way that v3 authorities can hear from each + other about other descriptors. Now authorities examine every v3 + vote for new descriptors, and fetch them from that authority. Bugfix + on 0.2.1.23. + - Fix two typos in tor_vasprintf() that broke the compile on Windows, + and a warning in or.h related to bandwidth_weight_rule_t that + prevented clean compile on OS X. Fixes bug 1363; bugfix on + 0.2.2.11-alpha. + - Fix a segfault on relays when DirReqStatistics is enabled + and 24 hours pass. Bug found by keb. Fixes bug 1365; bugfix on + 0.2.2.11-alpha. Changes in version 0.2.2.11-alpha - 2010-04-15 |