diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-23 05:22:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-23 05:22:33 +0000 |
commit | e4908595ba901919d285d1f9eb34739a5dac36a1 (patch) | |
tree | 7e3ab1955c7e10251595d233be62c858aa211314 | |
parent | 040a748d87c7f7d1e81317498efa3ba0833303f7 (diff) | |
download | tor-e4908595ba901919d285d1f9eb34739a5dac36a1.tar.gz tor-e4908595ba901919d285d1f9eb34739a5dac36a1.zip |
a preliminary changelog for 0.1.0.8-rc
svn:r4285
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Changes in version 0.1.0.8-rc - 2005-05-23 + o Bugfixes: + - It turns out that kqueue on OS X 10.3.9 was causing kernel + panics. Disable kqueue on all OS X Tors. + - Fix RPM: remove duplicate line accidentally added to the rpm + spec file. + - Disable threads on openbsd too, since its gethostaddr is not + reentrant either. + - Allow the middle hop of the testing circuit to be running any + version, now that most of them have the bugfix to let them connect + to unknown servers. This will allow reachability testing to work + even when 0.0.9.7-0.0.9.9 become obsolete. + - Handle relay cells with rh.length too large. This prevents + a potential attack that could read arbitrary memory (maybe even + keys) from the exit server's process. + - We screwed up the dirport reachability testing when we don't yet + have a cached version of the directory. Hopefully now fixed. + - Clean up router_load_single_router() (used by the controller), + so it doesn't seg fault on error. + - Fix a minor memory leak when somebody establishes an introduction + point at your Tor server. + - If a socks connection ends because read fails, don't warn that + you're not sending a socks reply back. + + o Features: + - Add HttpProxyAuthenticator config option too, that works like + the HttpsProxyAuthenticator config option. + - Encode hashed controller passwords in hex instead of base64, + to make it easier to write controllers. + + Changes in version 0.1.0.7-rc - 2005-05-17 o Bugfixes: - Fix a bug in the OS X package installer that prevented it from |