[or-cvs] last pieces of 0.1.1.9-alpha changelog

arma at seul.org arma at seul.org
Tue Nov 15 01:42:57 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
last pieces of 0.1.1.9-alpha changelog


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- ChangeLog	13 Nov 2005 05:26:59 -0000	1.119
+++ ChangeLog	15 Nov 2005 01:42:55 -0000	1.120
@@ -19,6 +19,8 @@
     - Make directory authorities be non-versioning, non-naming by
       default. Now we can add new directory servers without requiring
       their operators to pay close attention.
+    - When logging via syslog, include the pid whenever we provide
+      a log entry. Suggested by Todd Fries.
 
   o Performance improvements:
     - Directory servers now silently throw away new descriptors that
@@ -51,6 +53,10 @@
     - Do round-robin writes of at most 16 kB per write. This might be
       more fair on loaded Tor servers, and it might resolve our Windows
       crash bug. It might also slow things down.
+    - Our TLS handshakes were generating a single public/private
+      keypair for the TLS context, rather than making a new one for
+      each new connections. Oops. (But we were still rotating them
+      periodically, so it's not so bad.)
     - When we were cannibalizing a circuit with a particular exit
       node in mind, we weren't checking to see if that exit node was
       already present earlier in the circuit. Oops.



More information about the tor-commits mailing list