diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-12 16:17:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-12 16:17:23 +0000 |
commit | 25e312e1a36e55257a71189bdbe786111622397d (patch) | |
tree | 89727e606701149d8bd0d4efcadadfdc5bd71362 /ChangeLog | |
parent | cd61565ad330130e51db6f19f16ac0140c156de8 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |