aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-06 16:19:00 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-06 16:19:00 +0000
commitdad1e27440a2d7214e036b6c595bb9072d611bca (patch)
tree945673c0aae432520c48b87a45f7aabc290ef127 /ChangeLog
parentd25a82381893c20a296f36f4995552d41e7e9354 (diff)
downloadtor-dad1e27440a2d7214e036b6c595bb9072d611bca.tar
tor-dad1e27440a2d7214e036b6c595bb9072d611bca.tar.gz
forward-port the 0.1.1.22 changelog, minus the line about
the osx uninstaller. svn:r6738
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfc67e12b..f7ed815e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,23 @@ 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.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.
+
+
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.