summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-16 03:12:28 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-16 03:12:28 +0000
commit55aa184ac5da149943e8345e2ac66d2396b409cc (patch)
treec78c7647389b7160e870ef9e311608b8d0d12c9d
parent574f234dc79edc9fb392b10ac6fdef0bd2d7ac91 (diff)
downloadtor-55aa184ac5da149943e8345e2ac66d2396b409cc.tar.gz
tor-55aa184ac5da149943e8345e2ac66d2396b409cc.zip
tweak the changelogtor-0.1.2.11-rc
svn:r9837
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 871bdbb26c..01107f0908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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