summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-01 20:28:10 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-01 20:28:10 +0000
commit8c78a68cc07a5c51f096716423a75dcb1e76f7e8 (patch)
tree65e99b43e03c4886d23052109e608217d2c8b283
parentc534b96e585e33044a55d00e8e5633cb8503dee3 (diff)
downloadtor-8c78a68cc07a5c51f096716423a75dcb1e76f7e8.tar.gz
tor-8c78a68cc07a5c51f096716423a75dcb1e76f7e8.zip
Move changelog entry to correct section
svn:r17180
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de020c5ce1..b49a3d00db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,8 @@ Changes in version 0.2.1.7-alpha - 2008-11-xx
from rovv.
- Avoid using a negative right-shift when comparing 32-bit
addresses. Possible fix for bug 845 and bug 811.
+ - Make the assert_circuit_ok() function work correctly on circuits that
+ have already been marked for close.
Changes in version 0.2.1.6-alpha - 2008-09-30
@@ -120,8 +122,6 @@ Changes in version 0.2.1.6-alpha - 2008-09-30
- Make TrackHostExit mappings expire a while after their last use, not
after their creation. Patch from Robert Hogan.
- Provide circuit purposes along with circuit events to the controller.
- - Make the assert_circuit_ok() function work correctly on circuits that
- have already been marked for close.
o Minor bugfixes:
- Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.