[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10805: Add a list of backportable patches for 0.1.2.x (in tor/branches/tor-0_1_2-patches: . doc)



Author: nickm
Date: 2007-07-12 12:17:18 -0400 (Thu, 12 Jul 2007)
New Revision: 10805

Added:
   tor/branches/tor-0_1_2-patches/doc/TODO.012
Modified:
   tor/branches/tor-0_1_2-patches/
Log:
 r13712@catbus:  nickm | 2007-07-12 12:03:30 -0400
 Add a list of backportable patches for 0.1.2.x



Property changes on: tor/branches/tor-0_1_2-patches
___________________________________________________________________
 svk:merge ticket from /tor/012 [r13712] on 8246c3cf-6607-4228-993b-4d95d33730f1

Added: tor/branches/tor-0_1_2-patches/doc/TODO.012
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/TODO.012	                        (rev 0)
+++ tor/branches/tor-0_1_2-patches/doc/TODO.012	2007-07-12 16:17:18 UTC (rev 10805)
@@ -0,0 +1,23 @@
+Backport items for 0.1.2:
+  - r10148: open cached-routers with FILE_SHARE_READ on win32.
+  o r10240,10242: avoid choosing family of exit as guard.
+  o r10248: handle lack of nul at end of mmaped data.
+  - r10346: Try even harder not to look at the first byte after an mmap.
+  - r10376, r10396: Fix segfaults in directory code
+  - r10478: stop tearing down entire circuits because the user asked for
+	    a nonexistent hidden service port
+  - r10493: weight guard selection by bandwidth (??)
+  o r10495: change an assert into a tor_assert
+  - r10521: fix an impossible (?) memory leak (??)
+  - r10524: make the LICENSE and AUTHORS files mention Tor.
+  o r10563: use correct types with desc_digest_map.
+  o r10566: build correctly on systems where size_t is bigger than ulong. 
+  - r10579: new addsysuser implementation for osx (??)
+  - r10643: eventdns.c behavior fix for solaris.
+  - r10730: Don't choose guards after any never-connected-to guard. (??)
+  - r10760: fix possible buffer overrun in old BSD natd code
+  - r10790: Don't include reasons in destroy cells from the origin.
+  - Some fix for bug 455.
+
+
+