pick two items that don't really need a backport

svn:r18745
This commit is contained in:
Roger Dingledine 2009-03-02 19:51:20 +00:00
parent 8ebaac0ca1
commit e6f8ea5aef
1 changed files with 3 additions and 3 deletions

View File

@ -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.