diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-16 03:00:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-16 03:00:57 +0000 |
commit | 574f234dc79edc9fb392b10ac6fdef0bd2d7ac91 (patch) | |
tree | f243e147bc5929f9bc01a752de7fa2da4d04e4c1 /ChangeLog | |
parent | 9027b7acf9dd0529164c9724b6c5ea36ae626d13 (diff) | |
download | tor-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |