summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-16 03:00:57 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-16 03:00:57 +0000
commit574f234dc79edc9fb392b10ac6fdef0bd2d7ac91 (patch)
treef243e147bc5929f9bc01a752de7fa2da4d04e4c1 /ChangeLog
parent9027b7acf9dd0529164c9724b6c5ea36ae626d13 (diff)
downloadtor-574f234dc79edc9fb392b10ac6fdef0bd2d7ac91.tar.gz
tor-574f234dc79edc9fb392b10ac6fdef0bd2d7ac91.zip
backport r9817 and r9823, and bump to 0.1.2.11-rc.
svn:r9836
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a13d44d7cf..871bdbb26c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes in version 0.1.2.11-rc - 2007-03-15
+ o Minor bugfixes (controller):
+ - 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.
+
+
Changes in version 0.1.2.10-rc - 2007-03-07
o Major bugfixes (Windows):
- Do not load the NT services library functions (which may not exist)