[or-cvs] interim 0.1.1.17-rc changelog

arma at seul.org arma at seul.org
Wed Mar 22 03:07:52 UTC 2006


Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor

Modified Files:
	ChangeLog 
Log Message:
interim 0.1.1.17-rc changelog


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -p -d -r1.147 -r1.148
--- ChangeLog	19 Mar 2006 04:00:23 -0000	1.147
+++ ChangeLog	22 Mar 2006 03:07:49 -0000	1.148
@@ -1,3 +1,30 @@
+Changes in version 0.1.1.17-rc - 2006-03-xx
+  o Major fixes:
+    - Clients and servers since 0.1.1.10-alpha have been expiring
+      connections whenever they are idle for 5 minutes and they *do*
+      have circuits on them. Oops. With this new version, clients will
+      discard entry guards and avoid choosing entry guards running these
+      flawed versions.
+
+  o Little fixes:
+    - Resume building on irix64, netbsd 2.0, etc.
+    - Fix memory leak when uncompressing concatenated zlib streams.
+    - Make the v2 dir's "Fast" flag based on median capacity, just like
+      "Stable" is based on median uptime. Name everything in the top
+      7/8 Fast, and only the top 1/2 gets to be a Guard.
+
+  o Add lefkada.eecs.harvard.edu as a fourth authoritative directory
+    server.
+
+  o New config options rather than constants in the code:
+    - SocksTimeout: How long do we let a socks connection wait
+      unattached before we fail it?
+    - CircuitBuildTimeout: Cull non-open circuits that were born
+      at least this many seconds ago.
+    - CircuitIdleTimeout: Cull open clean circuits that were born
+      at least this many seconds ago.
+
+
 Changes in version 0.1.1.16-rc - 2006-03-18
   o Bugfixes on 0.1.1.15-rc:
     - Fix assert when the controller asks to attachstream a connect-wait



More information about the tor-commits mailing list