[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9840: flush some changelog changes so i can get to seeess's bug (tor/trunk)
Author: arma
Date: 2007-03-16 02:34:03 -0400 (Fri, 16 Mar 2007)
New Revision: 9840
Modified:
tor/trunk/ChangeLog
Log:
flush some changelog changes so i can get to seeess's bug
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-03-16 03:28:09 UTC (rev 9839)
+++ tor/trunk/ChangeLog 2007-03-16 06:34:03 UTC (rev 9840)
@@ -27,7 +27,7 @@
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 @@
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/*'.