summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-04 18:29:14 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-04 18:29:14 +0000
commit38c1638a4d18b99c35c196826bb32243a701345e (patch)
tree973675e4e0ba8a8b3084e336687c82b1759a0e32
parent32485f8d3a80514052bfaf56325d89947c66d3e2 (diff)
downloadtor-38c1638a4d18b99c35c196826bb32243a701345e.tar.gz
tor-38c1638a4d18b99c35c196826bb32243a701345e.zip
preliminary changelog for 0.1.1.22
svn:r6723
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c7ce036a..6ce9f1a415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+ reachable if they changed IP addresses. Since only 0.1.1.22+
+ servers can do reachability testing correctly, now we automatically
+ make sure to test via one of these.
+ - Fix to allow clients and mirrors to learn directory info from
+ descriptor downloads that get cut off partway through.
+ - Directory authorities had a bug in deciding if a newly published
+ descriptor was novel enough to make everybody want a copy -- a few
+ servers seem to be publishing new descriptors many times a minute.
+ o Minor bugfixes:
+ - Fix a rare bug that was causing some servers to complain about
+ "closing wedged cpuworkers" and skip some circuit create requests.
+ - Make the Exit flag in directory status documents actually work.
+ - Add a preliminary OSX binary un-installer, and fix permissions.
+
+
Changes in version 0.1.1.21 - 2006-06-10
o Crash and assert fixes from 0.1.1.20:
- Fix a rare crash on Tor servers that have enabled hibernation.