[or-cvs] interim changelog for 0.1.2.1-alpha

arma at seul.org arma at seul.org
Sun Jun 11 01:41:32 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
interim changelog for 0.1.2.1-alpha


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -p -d -r1.159 -r1.160
--- ChangeLog	23 May 2006 17:00:49 -0000	1.159
+++ ChangeLog	11 Jun 2006 01:41:30 -0000	1.160
@@ -1,3 +1,27 @@
+Changes in version 0.1.2.1-alpha - 2006-06-xx (in progress)
+  o Major changes:
+    - Add async dns code from Adam Langley, tweaked to build on OSX.
+      Only enabled when you pass the --enable-eventdns argument to
+      configure.
+    - Stop fetching descriptors if you're not a dir mirror and you
+      haven't tried to establish any circuits lately.
+
+  o Minor changes:
+    - New dirport behavior: if you have your dirport set, you are
+      now a directory mirror, whether or not your orport is set.
+    - Minor changes so Tor builds with mingw on windows.
+    - Claim a commonname of Tor, rather than TOR, in TLS handshakes.
+      Maybe this will help us win the war of names.
+    - Re-enable per-connection rate limiting. Get rid of the "OP
+      bandwidth" concept. Lay groundwork for "bandwidth classes" --
+      separate global buckets that apply depending on what sort of conn
+      it is.
+    - Add a man page entry for ProtocolWarnings.
+    - Add more asserts to track down an assert error on a windows Tor
+      server with connection_add being called with socket = -1.
+    - Add TestVia config option to the man page.
+
+
 Changes in version 0.1.1.20 - 2006-05-23
   o Crash and assert fixes from 0.1.0.17:
     - Fix assert bug in close_logs() on exit: when we close and delete



More information about the tor-commits mailing list