summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9a27abeea..9139d1361c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@ Changes in version 0.1.2.15 - 2007-0?-??
correctly. Previously, we were under-counting by 1.
o Minor bugfixes (misc)
+ - On Windows, we were preventing other processes from reading
+ cached-routers while Tor was running. (Reported by janbar)
- Backport miscellaneous cosmetic bugfixes.