diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 19:48:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 19:48:34 +0000 |
commit | d67be22e734e9fd2b49eda2367a14ec022b7cf51 (patch) | |
tree | 075271977b1c868a0a569faa21a0be2dbc451d77 | |
parent | d2a2da8de802931b82181e461b203e6ad56f160a (diff) | |
download | tor-d67be22e734e9fd2b49eda2367a14ec022b7cf51.tar.gz tor-d67be22e734e9fd2b49eda2367a14ec022b7cf51.zip |
Note two bugfixes for backport; note others as backported.
svn:r17889
-rw-r--r-- | doc/TODO.020 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index d9ecdbf351..30bdefc9e4 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -22,13 +22,17 @@ Backport for 0.2.0 once better tested: o r17162 and r17164: fix another case of not checking cpath_layer. - r17208,r17209,r7211,r17212,r17214: Avoid gotterdammerung when an authority has an expired certificate. - - r17562: Fix bug 874, wherein a sighup would make us kill all our intro + o r17562: Fix bug 874, wherein a sighup would make us kill all our intro points and leave their corpses for the next set of intro points to stumble over. o r17566: FIx bug 691, wherein failure to run dns_init() would kill Tor dead. + - r17886: Don't remove routerinfos as unlisted unless we have a + consensus. + - r17887: Don't accept 1.2.3 as a valid IP address. + Backport for 0.2.0, maybe: - - r14830: Disable TLS compression. This saves RAM and CPU, and + o r14830: Disable TLS compression. This saves RAM and CPU, and makes our TLS compression harder to distinguish from firefox's. Win/win/win, right? |