summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-16 06:34:03 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-16 06:34:03 +0000
commit75dc5495e211ab1662e9189521df63c21f409bfd (patch)
treed54859d0dc7472710baadc37f15c7d7cddfedee0
parentbec9653f9e52e991bc681464215b17232a5a482f (diff)
downloadtor-75dc5495e211ab1662e9189521df63c21f409bfd.tar.gz
tor-75dc5495e211ab1662e9189521df63c21f409bfd.zip
flush some changelog changes so i can get to seeess's bug
svn:r9840
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22d3fae8d7..ef846ce561 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
since 0.1.2.2-alpha, and all the servers seem to be using the new
eventdns code.
- o Minor bufixes (portability):
+ o Minor bugfixes (portability):
- Even though windows is equally happy with / and \ as path separators,
try to use \ consistently on windows and / consistently on unix: it
makes the log messages nicer.
@@ -40,6 +40,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
server, so we match what the control spec claims we do.
- Fix a typo in an error message when extendcircuit fails that
caused us to not follow the \r\n-based delimiter protocol.
+ - The control spec described a GUARDS event, but the code
+ implemented a GUARD event. Standardize on GUARD, but support people
+ asking for GUARDS too.
- Correct the control spec to match how the code actually responds
to 'getinfo addr-mappings/*'.