Mark bugfixes 814 and 767 as backport candidates.

svn:r17068
This commit is contained in:
Karsten Loesing 2008-10-13 09:22:02 +00:00
parent 543a622314
commit 43b6ce2689
1 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,10 @@ Backport for 0.2.0 once better tested:
- r16558: Avoid mis-routing CREATED cells.
- r16621: Make some DNS code more robust (partial; see also libevent
approach). (Also maybe r16674)
- r16915,r16916: Don't fail hidden service request if the descriptor
fetch fails for one descriptor version, when the other might
still succeed. (Will be more problematic if not backported
as soon as services stop publishing version 0 descriptors.)
- 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.)