diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-07 00:03:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-07 00:03:27 -0400 |
commit | 8a02f61ad622976cd9a13233e672f6def700047b (patch) | |
tree | 69d4caa731a7723d95c704505a0240579b662005 /ChangeLog | |
parent | 20193fc7ab16f735f35a16368bfd83e2e565456e (diff) | |
download | tor-8a02f61ad622976cd9a13233e672f6def700047b.tar tor-8a02f61ad622976cd9a13233e672f6def700047b.tar.gz |
Move and fix a changelog entry. Noticed by optimist.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,6 +16,9 @@ Changes in version 0.2.1.16-?? - 2009-??-?? - Fix a race condition that could cause crashes or memory corruption when running as a server with a controller listening for log messages. + - Avoid crashing when we have a policy specified in a DirPolicy or + SocksPolicy or ReachableAddresses option with ports set on it, and we + re-load the policy. May fix bug 996. o Minor bugfixes (on 0.2.1.x): - When switching back and forth between bridge mode, do not start @@ -88,9 +91,6 @@ Changes in version 0.2.1.14-rc - 2009-04-12 patch by Sebastian. - Avoid crashing in the presence of certain malformed descriptors. Found by lark, and by automated fuzzing. - - Avoid crashing when we have "private" in a policy specified in - a DirPolicy or SocksPolicy or ReachableAddresses option and we - re-load the policy. May fix bug 996. o Minor features: - When generating circuit events with verbose nicknames for |