diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-16 03:12:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-16 03:12:28 +0000 |
commit | 55aa184ac5da149943e8345e2ac66d2396b409cc (patch) | |
tree | c78c7647389b7160e870ef9e311608b8d0d12c9d | |
parent | 574f234dc79edc9fb392b10ac6fdef0bd2d7ac91 (diff) | |
download | tor-55aa184ac5da149943e8345e2ac66d2396b409cc.tar.gz tor-55aa184ac5da149943e8345e2ac66d2396b409cc.zip |
tweak the changelogtor-0.1.2.11-rc
svn:r9837
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ Changes in version 0.1.2.11-rc - 2007-03-15 - o Minor bugfixes (controller): + o Minor bugfixes (controller), reported by daejees: - Correct the control spec to match how the code actually responds to 'getinfo addr-mappings/*'. - The control spec described a GUARDS event, but the code - implemented a GUARD event. Standardize on GUARD, but support people - asking for GUARDS too. + implemented a GUARD event. Standardize on GUARD, but let people + ask for GUARDS too. Changes in version 0.1.2.10-rc - 2007-03-07 |