aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-04-27 04:36:32 +0000
committerRoger Dingledine <arma@torproject.org>2005-04-27 04:36:32 +0000
commitd671092935554bd28df68e28933eceec03f374bd (patch)
treeb83070f7855c94b94a84bc2445f8d40d0611f4f5
parent732bf604c520dac5cb90936d6da56e04358ae8d7 (diff)
downloadtor-d671092935554bd28df68e28933eceec03f374bd.tar.gz
tor-d671092935554bd28df68e28933eceec03f374bd.zip
a changelog for 0.1.0.5-rc
svn:r4134
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae456c94f..c9d9c7554c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes in version 0.1.0.5-rc - 2005-04-27
+ o Bugfixes:
+ - Stop trying to print a null pointer if an OR conn fails because
+ we didn't like its cert.
+ o Features:
+ - Switch our internal buffers implementation to use a ring buffer,
+ to hopefully improve performance for fast servers a lot.
+ - Add HttpsProxyAuthenticator support (based auth only), based
+ on patch from Adam Langley.
+ - Add more debugging info to help us find the weird dns freebsd
+ pthreads bug.
+ - Cleaner debug messages to help us track down future issues.
+
+
Changes in version 0.1.0.4-rc - 2005-04-23
o Bugfixes:
- If unofficial Tor clients connect and send weird TLS certs, our