diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-28 03:01:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-28 03:01:31 +0000 |
commit | c441a5f98a9a1e5f616d1228c6f13e100b7249a9 (patch) | |
tree | 5fbdc4465fa55cf818a3a9dafae825dc156936aa | |
parent | 41e2716f4603a078d37331cddc3ae5740c648acd (diff) | |
download | tor-c441a5f98a9a1e5f616d1228c6f13e100b7249a9.tar.gz tor-c441a5f98a9a1e5f616d1228c6f13e100b7249a9.zip |
interim changelog for 0.1.1.23
svn:r6931
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |