TODO.020 1.0 KB

12345678910111213141516171819202122232425
  1. (Remember to include both the revision number _AND_ an abbreviated
  2. description of the patch.)
  3. Backport for 0.2.0:
  4. o r19291, r19292, r19295, r19296: Dir mirrors tell relays their actual
  5. IP address, not just the address listed in the directory currently.
  6. Backport for 0.2.0 once better tested:
  7. - r17208,r17209,r7211,r17212,r17214: Avoid gotterdammerung when an
  8. authority has an expired certificate.
  9. - r17886: Don't remove routerinfos as unlisted unless we have a
  10. consensus.
  11. - r17924: Close streams when an exit hands us a local IP.
  12. - r18667: Drop BEGIN cells from wrong circuit hop.
  13. - r18743: Fix alignment-related crash on Sparc.
  14. - r18809: Build correctly from outside the main source tree.
  15. Backport for 0.2.0, maybe:
  16. d r17945: bridges always fail dirport reachability tests. i think
  17. it's cosmetic, so no need to backport.
  18. d r18668: Drop duplicate extend cells to same circuit ID; prevent mem leak.
  19. d r18210: Call crypto_global_init() with hardwareaccel flag set right in
  20. all cases.