[or-cvs] a changelog for 0.1.0.5-rc
    Roger Dingledine 
    arma at seul.org
       
    Wed Apr 27 04:36:34 UTC 2005
    
    
  
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
	ChangeLog 
Log Message:
a changelog for 0.1.0.5-rc
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- ChangeLog	23 Apr 2005 18:31:00 -0000	1.79
+++ ChangeLog	27 Apr 2005 04:36:32 -0000	1.80
@@ -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
    
    
More information about the tor-commits
mailing list