[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17180: {tor} Move changelog entry to correct section (tor/trunk)
Author: nickm
Date: 2008-11-01 16:28:10 -0400 (Sat, 01 Nov 2008)
New Revision: 17180
Modified:
tor/trunk/ChangeLog
Log:
Move changelog entry to correct section
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-11-01 20:27:41 UTC (rev 17179)
+++ tor/trunk/ChangeLog 2008-11-01 20:28:10 UTC (rev 17180)
@@ -45,6 +45,8 @@
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 @@
- 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.