summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-30 04:39:05 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-30 04:39:05 +0000
commit5ed9af41386918e0f168fb8fc2f74f9450aa22af (patch)
treefe9f323b88c57eb0719483d3e930f1e79c8843cd
parent1acb7f1ef8705bbb9f077d03c321f8fc25427f78 (diff)
downloadtor-5ed9af41386918e0f168fb8fc2f74f9450aa22af.tar.gz
tor-5ed9af41386918e0f168fb8fc2f74f9450aa22af.zip
a newer changelog
svn:r6941
-rw-r--r--ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 107ac3e83c..b95d273cc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,14 @@
-Changes in version 0.1.1.23 - 2006-07-29
+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.
- -
+ 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.
- - 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