summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-12 16:17:23 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-12 16:17:23 +0000
commit25e312e1a36e55257a71189bdbe786111622397d (patch)
tree89727e606701149d8bd0d4efcadadfdc5bd71362 /doc
parentcd61565ad330130e51db6f19f16ac0140c156de8 (diff)
downloadtor-25e312e1a36e55257a71189bdbe786111622397d.tar.gz
tor-25e312e1a36e55257a71189bdbe786111622397d.zip
r13714@catbus: nickm | 2007-07-12 12:08:35 -0400
Backport r10148: open cached-routers with FILE_SHARE_READ on win32. svn:r10807
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.0122
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012
index 69fbf5eb14..860b26d1e9 100644
--- a/doc/TODO.012
+++ b/doc/TODO.012
@@ -1,5 +1,5 @@
Backport items for 0.1.2:
- - r10148: open cached-routers with FILE_SHARE_READ on win32.
+ o r10148: open cached-routers with FILE_SHARE_READ on win32.
o r10240,10242: avoid choosing family of exit as guard.
o r10248: handle lack of nul at end of mmaped data.
- r10346: Try even harder not to look at the first byte after an mmap.