[or-cvs] update changelog for the latest fixes

Roger Dingledine arma at seul.org
Mon Mar 28 04:14:24 UTC 2005


Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor

Modified Files:
	ChangeLog 
Log Message:
update changelog for the latest fixes


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog	26 Mar 2005 00:46:02 -0000	1.71
+++ ChangeLog	28 Mar 2005 04:14:22 -0000	1.72
@@ -1,4 +1,4 @@
-Changes in version 0.1.0.1-rc1 - 2005-03-xx
+Changes in version 0.1.0.1-rc1 - 2005-03-28
 
   o New features:
     - Add reachability testing. Your Tor server will automatically try
@@ -91,6 +91,8 @@
       and to take errno into account where possible.
 
   o Bug fixes:
+    - Fix a race condition that can trigger an assert, when we have a
+      pending create cell and an OR connection fails right then.
     - Fix several double-mark-for-close bugs, e.g. where we were finding
       a conn for a cell even if that conn is already marked for close.
     - Make sequence of log messages when starting on win32 with no config
@@ -120,6 +122,8 @@
       series, but there are some recommended versions in a newer series.
       A version is "new" if it is newer than any recommended version in
       the same series.
+    - Stop most cases of hanging up on a socks connection without sending
+      the socks reject.
 
   o Helpful fixes:
     - Require BandwidthRate to be at least 20kB/s for servers



More information about the tor-commits mailing list