diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-18 16:09:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-18 16:09:07 +0000 |
commit | 5cbc8875736986079cfd83969fd1ce6941c3ac3a (patch) | |
tree | 487b85c7c6c3738b8840cdbd95ed95faa99f8a42 /ChangeLog | |
parent | 69198d015617260a1103953c2fce6adc78a15fde (diff) | |
download | tor-5cbc8875736986079cfd83969fd1ce6941c3ac3a.tar.gz tor-5cbc8875736986079cfd83969fd1ce6941c3ac3a.zip |
r18931@catbus: nickm | 2008-03-18 12:08:44 -0400
Backport to 0.1.2: Detect errors from directory listing correctly on win32. Bug found by lodger.
svn:r14104
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Changes in versino 0.1.2.20 - 2008-??-?? +Changes in version 0.1.2.20 - 2008-??-?? o Major bugfixes: - Patch from "Andrew S. Lists" to catch when we contact a directory mirror at IP address X and he says we look like we're coming from @@ -21,7 +21,8 @@ Changes in versino 0.1.2.20 - 2008-??-?? cached-descriptors file. Patch by freddy77. - Detect size overflow in zlib code. - Fix a pointer error that kept us from reporting nameserver errors. - + - On Windows, correctly detect errors when listing the contents of a + directory. Fix from lodger. Changes in version 0.1.2.19 - 2008-01-17 Tor 0.1.2.19 fixes a huge memory leak on exit relays, makes the default |