diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-22 00:43:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-22 00:43:22 +0000 |
commit | a54ce34e3528ad9cf4f8c808227c55454cd51ba0 (patch) | |
tree | bef655349fac8df34fdb0b123a972005dd548d32 /ChangeLog | |
parent | 094096d3200e597bff0dcd30a60d6e3ae63d1755 (diff) | |
download | tor-a54ce34e3528ad9cf4f8c808227c55454cd51ba0.tar tor-a54ce34e3528ad9cf4f8c808227c55454cd51ba0.tar.gz |
Don't crash if we get an unexpected value for the
PublishServerDescriptor config option. Reported by Matt Edman;
bugfix on 0.2.0.9-alpha.
svn:r12549
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Changes in version 0.2.0.13-alpha - 2007-11-?? - The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network consensus documents when there are too many relays at a single IP address. Now clear it in v2 network status documents too. + - Don't crash if we get an unexpected value for the + PublishServerDescriptor config option. Reported by Matt Edman; + bugfix on 0.2.0.9-alpha. Changes in version 0.2.0.12-alpha - 2007-11-16 |