diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-06 18:20:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-06 18:20:54 +0000 |
commit | e6ba07f8f57f19cf82299fc61dac3435ec4d6e64 (patch) | |
tree | ee7532a938c8d006002121a922ea12b0e6079c15 /ChangeLog | |
parent | 92b6e090825575e94b2497df58d11df532f3415c (diff) | |
download | tor-e6ba07f8f57f19cf82299fc61dac3435ec4d6e64.tar.gz tor-e6ba07f8f57f19cf82299fc61dac3435ec4d6e64.zip |
r13634@catbus: nickm | 2007-07-06 14:20:50 -0400
Fix a crash bug (*the* crash bug?) on authorities. Backport candidate.
svn:r10752
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - STREAM NEW events are generated for DNSPort requests and for tunneled directory connections. (Patch from Robert Hogan.) + o Major bugfixes (directory): + - Fix a crash bug in directory authorities when we re-number the + routerlist while inserting a new router. [Bugfix on 0.1.2.x] + o Minor bugfixes (directory): - Fix another crash bug related to extra-info caching. (Bug found by Peter Palfrader.) [Bugfix on 0.2.0.2-alpha] |