summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-28 03:01:31 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-28 03:01:31 +0000
commitc441a5f98a9a1e5f616d1228c6f13e100b7249a9 (patch)
tree5fbdc4465fa55cf818a3a9dafae825dc156936aa
parent41e2716f4603a078d37331cddc3ae5740c648acd (diff)
downloadtor-c441a5f98a9a1e5f616d1228c6f13e100b7249a9.tar.gz
tor-c441a5f98a9a1e5f616d1228c6f13e100b7249a9.zip
interim changelog for 0.1.1.23
svn:r6931
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce9f1a415..107ac3e83c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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