[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r6931: interim changelog for 0.1.1.23 (tor/branches/tor-0_1_1-patches)
Author: arma
Date: 2006-07-27 23:01:31 -0400 (Thu, 27 Jul 2006)
New Revision: 6931
Modified:
tor/branches/tor-0_1_1-patches/ChangeLog
Log:
interim changelog for 0.1.1.23
Modified: tor/branches/tor-0_1_1-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_1-patches/ChangeLog 2006-07-28 02:17:45 UTC (rev 6930)
+++ tor/branches/tor-0_1_1-patches/ChangeLog 2006-07-28 03:01:31 UTC (rev 6931)
@@ -1,3 +1,27 @@
+Changes in version 0.1.1.23 - 2006-07-29
+ o Major bugfixes:
+ - Fast Tor servers, especially exit nodes, were triggering asserts
+ due to a bug in handling the list of pending DNS resolves.
+ -
+ - More fixes on reachability testing: if you find yourself reachable,
+ then don't ever make any client requests (so you stop predicting
+ circuits), then hup or have your clock jump, then later your IP
+ changes, you won't think circuits are working, so you won't try to
+ test reachability, so you won't publish.
+ - Correctness fix when removing an existing element from a hashtable
+ using a pointer to that element.
+
+ o Minor bugfixes:
+ - Avoid a crash if the controller does a resetconf firewallports
+ and then a setconf fascistfirewall=1.
+ - Avoid an integer underflow when the dir authority decides whether
+ a router is stable: we might wrongly label it stable, and compute
+ a slightly wrong median stability, when a descriptor is published
+ later than now.
+ - Fix a place where we might trigger an assert if we can't build our
+ own server descriptor yet.
+
+
Changes in version 0.1.1.22 - 2006-07-05
o Major bugfixes:
- Fix a big bug that was causing servers to not find themselves