diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-13 16:44:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-13 16:46:21 -0400 |
commit | 45171cd9e9cb492bd64a1251dcd7758cab686f4b (patch) | |
tree | 29b2f4044ddfe56e3e858287a8cdccee6eb7ca02 /ChangeLog | |
parent | a38ed1a235ef377993d5487fa2aa432abb2d2f2f (diff) | |
download | tor-45171cd9e9cb492bd64a1251dcd7758cab686f4b.tar.gz tor-45171cd9e9cb492bd64a1251dcd7758cab686f4b.zip |
Changelog entries for bug932 fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ Changes in version 0.2.1.15??? - ????-??-?? - Protect the count of open sockets with a mutex, so we can't corrupt it when two threads are closing or opening sockets at once. Fix for bug 939. Bugfix on 0.2.0.1-alpha. + - Don't allow a bridge to publish its router descriptor to a non-bridge + directory authority. Fixes part of bug 932. + - When we change to or from being a bridge, reset our counts of + client usage by country. Fixes bug 932. Changes in version 0.2.1.14-rc - 2009-04-12 |