[or-cvs] a preliminary changelog for 0.1.0.8-rc
arma at seul.org
arma at seul.org
Mon May 23 05:22:35 UTC 2005
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
ChangeLog
Log Message:
a preliminary changelog for 0.1.0.8-rc
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- ChangeLog 17 May 2005 04:07:15 -0000 1.91
+++ ChangeLog 23 May 2005 05:22:33 -0000 1.92
@@ -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
More information about the tor-commits
mailing list