diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:36:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:36:32 +0000 |
commit | d671092935554bd28df68e28933eceec03f374bd (patch) | |
tree | b83070f7855c94b94a84bc2445f8d40d0611f4f5 /ChangeLog | |
parent | 732bf604c520dac5cb90936d6da56e04358ae8d7 (diff) | |
download | tor-d671092935554bd28df68e28933eceec03f374bd.tar tor-d671092935554bd28df68e28933eceec03f374bd.tar.gz |
a changelog for 0.1.0.5-rc
svn:r4134
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |