summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-04-23 18:31:00 +0000
committerRoger Dingledine <arma@torproject.org>2005-04-23 18:31:00 +0000
commit0482606b88e47f059996f0b26cc3a213efd716d8 (patch)
treed5ea711759a6a33f538f59d9dd90374f4dbf0f3d
parenta2129c3a30eb8593ea1e193e8108564f0c9978d4 (diff)
downloadtor-0482606b88e47f059996f0b26cc3a213efd716d8.tar.gz
tor-0482606b88e47f059996f0b26cc3a213efd716d8.zip
changelog for 0.1.0.4-rc
svn:r4095
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c4f0eb85..2ae456c94f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Changes in version 0.1.0.4-rc - 2005-04-23
+ o Bugfixes:
+ - If unofficial Tor clients connect and send weird TLS certs, our
+ Tor server triggers an assert. Stop asserting, and start handling
+ TLS errors better in other situations too.
+ - When the controller asks us to tell it about all the debug-level
+ logs, it turns out we were generating debug-level logs while
+ telling it about them, which turns into a bad loop. Now keep
+ track of whether you're sending a debug log to the controller,
+ and don't log when you are.
+ - Fix the "postdescriptor" feature of the controller interface: on
+ non-complete success, only say "done" once.
+ o Features:
+ - Clients are now willing to load balance over up to 2mB, not 1mB,
+ of advertised bandwidth capacity.
+ - Add a NoPublish config option, so you can be a server (e.g. for
+ testing running Tor servers in other Tor networks) without
+ publishing your descriptor to the primary dirservers.
+
+
Changes in version 0.1.0.3-rc - 2005-04-08
o Improvements on 0.1.0.2-rc:
- Client now retries when streams end early for 'hibernating' or
@@ -283,6 +303,13 @@ Changes in version 0.1.0.1-rc - 2005-03-28
whether the server is hibernating.
+Changes in version 0.0.9.9 - 2005-04-23
+ o Bugfixes on 0.0.9.x:
+ - If unofficial Tor clients connect and send weird TLS certs, our
+ Tor server triggers an assert. This release contains a minimal
+ backport from the broader fix that we put into 0.1.0.4-rc.
+
+
Changes in version 0.0.9.8 - 2005-04-07
o Bugfixes on 0.0.9.x:
- We have a bug that I haven't found yet. Sometimes, very rarely,