aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.020
blob: b2125680e27233fc71af77b15a44d1a91922d174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(Remember to include both the revision number _AND_ an abbreviated
description of the patch.)

Backport for 0.2.0:
  o r17887: Don't accept 1.2.3 as a valid IP address.

Backport for 0.2.0 once better tested:
  - r17208,r17209,r7211,r17212,r17214: Avoid gotterdammerung when an
    authority has an expired certificate.
  - r17886: Don't remove routerinfos as unlisted unless we have a
    consensus.
  - r17924: Close streams when an exit hands us a local IP.
  - r18667: Drop BEGIN cells from wrong circuit hop.
  - r18743: Fix alignment-related crash on Sparc.
  - r18809: Build correctly from outside the main source tree.

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.