diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:21:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-11 23:21:41 +0000 |
commit | 8e5cb98b8f368d78d73457bc24b4f78426bec3f0 (patch) | |
tree | 740ee304203e340acb7e6c7459bb157d4ec74157 | |
parent | 9a3597c418e27f5552bd0ea8f7d3bb128c1faf86 (diff) | |
download | tor-8e5cb98b8f368d78d73457bc24b4f78426bec3f0.tar.gz tor-8e5cb98b8f368d78d73457bc24b4f78426bec3f0.zip |
r17097@catbus: nickm | 2007-12-11 18:13:48 -0500
Move last changelog entry to 0.1.2.19; 0.1.2.18 is already out.
svn:r12772
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,6 +20,9 @@ Changes in version 0.1.2.19 - 2007-??-?? o Minor bugfixes: - Changing the ExitPolicyRejectPrivate setting should cause us to rebuild our server descriptor. + - Fix handling of hex nicknames when answering controller requests for + networkstatus by name, or when deciding whether to warn about unknown + routers in a config option. (Patch from mwenge.) Changes in version 0.1.2.18 - 2007-10-28 @@ -88,9 +91,6 @@ Changes in version 0.1.2.18 - 2007-10-28 is fishy. Resolves bug 463. - Don't reset trusted dir server list when we set a configuration option. Patch from Robert Hogan. - - Fix handling of hex nicknames when answering controller requests for - networkstatus by name, or when deciding whether to warn about unknown - routers in a config option. (Patch from mwenge.) Changes in version 0.1.2.17 - 2007-08-30 |