aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-03-02 19:51:20 +0000
committerRoger Dingledine <arma@torproject.org>2009-03-02 19:51:20 +0000
commite6f8ea5aeffcad438f4c108a92472cea7ce7bc95 (patch)
treea0ffa54877cc0f9727636325df79d12c4d7a30d9
parent8ebaac0ca1de83d65078f7d34877561c940ada5e (diff)
downloadtor-e6f8ea5aeffcad438f4c108a92472cea7ce7bc95.tar.gz
tor-e6f8ea5aeffcad438f4c108a92472cea7ce7bc95.zip
pick two items that don't really need a backport
svn:r18745
-rw-r--r--doc/TODO.0206
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020
index d6395d1b13..a42f24b13f 100644
--- a/doc/TODO.020
+++ b/doc/TODO.020
@@ -4,7 +4,6 @@ description of the patch.)
Backport for 0.2.0:
o r17887: Don't accept 1.2.3 as a valid IP address.
- - r18668: Drop duplicate extend cells to same circuit ID; prevent mem leak.
Backport for 0.2.0 once better tested:
- r17208,r17209,r7211,r17212,r17214: Avoid gotterdammerung when an
@@ -12,12 +11,13 @@ Backport for 0.2.0 once better tested:
- r17886: Don't remove routerinfos as unlisted unless we have a
consensus.
- r17924: Close streams when an exit hands us a local IP.
- - r18210: Call crypto_global_init() with hardwareaccel flag set right in
- all cases.
- r18667: Drop BEGIN cells from wrong circuit hop.
- r18743: Fix alignment-related crash on Sparc.
Backport for 0.2.0, maybe:
d r17945: bridges always fail dirport reachability tests. i think
it's cosmetic, so no need to backport.
+ d r18668: Drop duplicate extend cells to same circuit ID; prevent mem leak.
+ d r18210: Call crypto_global_init() with hardwareaccel flag set right in
+ all cases.