summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-30 05:36:17 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-30 05:36:17 +0000
commit8112829a9bfbabec3c4d51e1e8f346683bc81343 (patch)
tree4d0eccc7e8fca64412357ddcefce8513d11b56e1
parent798b5806952086730815f56fd769af6ccf74482e (diff)
downloadtor-8112829a9bfbabec3c4d51e1e8f346683bc81343.tar.gz
tor-8112829a9bfbabec3c4d51e1e8f346683bc81343.zip
forward-port the 0.1.1.23 changelog.
svn:r6946
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7ed815e62..3ad12fce51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,29 @@ Changes in version 0.1.2.1-alpha - 2006-06-xx (in progress)
- Add TestVia config option to the man page.
+Changes in version 0.1.1.23 - 2006-07-30
+ o Major bugfixes:
+ - Fast Tor servers, especially exit nodes, were triggering asserts
+ due to a bug in handling the list of pending DNS resolves. Some
+ bugs still remain here; we're hunting them.
+ - Entry guards could crash clients by sending unexpected input.
+ - 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.
+
+ 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