summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-18 12:32:11 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-18 12:49:26 -0500
commit2d95e02914c07f9186a1745e135d26b4da02cdb1 (patch)
treeaa552333390325daf3a549ca3ad97469b5944d4c /ChangeLog
parent54f1f2e5584a86b1cd687cba85cc8b9fa0fefc96 (diff)
downloadtor-2d95e02914c07f9186a1745e135d26b4da02cdb1.tar.gz
tor-2d95e02914c07f9186a1745e135d26b4da02cdb1.zip
Make more arguments in control.c properly case-insensitive.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42f6aebbf7..a25db73d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
- Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by
"memcpyfail".
- Emit an GUARD DROPPED event for a case we missed.
+ - Make more fields in the controller protocol case-insensitive as
+ documented in control-spec.txt.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This