]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note last 3 patches for backport.
authorNick Mathewson <nickm@torproject.org>
Tue, 21 Oct 2008 17:09:59 +0000 (17:09 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 21 Oct 2008 17:09:59 +0000 (17:09 +0000)
svn:r17140

doc/TODO.020

index 5454ab349d0737f02b441e1c87fa369a12441c02..a9a4ae862c314225e4749406fd85dc3b38b14c7b 100644 (file)
@@ -25,3 +25,8 @@ Backport for 0.2.0 once better tested:
   - r16808,r16810,r16817,r16818,r16939: Don't send tunneled hidden service
             directory requests to routers for which we don't have a
             router descriptor. (Will significantly improve reliability.)
+  - r17091: distinguish "no routers support pending circuits" from
+            "no circuits are pending."
+  - r17137: send END cell in response to connect to nonexistent hidserv port.
+  - r17138: reject *:* servers should never do DNS lookups.
+  - r17139: Fix another case of overriding .exit choices.