diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:32:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-05 19:32:58 +0000 |
commit | 3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a (patch) | |
tree | 579e0b2ef4c224fa48e6181e965eb1b280d4dbb3 /ChangeLog | |
parent | a8d36c82432baf75f3efca93c22d59232305e2d7 (diff) | |
download | tor-3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a.tar.gz tor-3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a.zip |
When the DANGEROUS_VERSION controller status event told us we're
running an obsolete version, it used the string "OLD" to describe
it. Yet the "getinfo" interface used the string "OBSOLETE". Now use
"OBSOLETE" in both cases.
svn:r12686
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -14,8 +14,8 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Stop thinking that 0.1.2.x directory servers can handle "begin_dir" requests. Should ease bugs 406 and 419 where 0.1.2.x relays are crashing or mis-answering these requests. - - Stop being so aggressive about fetching dir info if your DirPort is - on but your ORPort is off. + - Stop being so aggressive about fetching v2 dir info if your + DirPort is on but your ORPort is off. o Minor bugfixes: - The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network @@ -35,6 +35,10 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? clog everything up. Reported by Aljosha Judmayer. - Check for presence of s6_addr16 and s6_addr32 fields in in6_addr via autoconf. Should fix compile on solaris. + - When the DANGEROUS_VERSION controller status event told us we're + running an obsolete version, it used the string "OLD" to describe + it. Yet the "getinfo" interface used the string "OBSOLETE". Now use + "OBSOLETE" in both cases. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |