summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-07 14:40:58 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-07 14:40:58 +0000
commit02b3b0493928f367cde9e24e46b66d0a4980aace (patch)
tree20053431e0a5975d4da1b4f64aaf3f27414e9374 /ChangeLog
parente8dc71ade4fcf2de0f6f411a1c8d1804b7dc3358 (diff)
downloadtor-02b3b0493928f367cde9e24e46b66d0a4980aace.tar.gz
tor-02b3b0493928f367cde9e24e46b66d0a4980aace.zip
r11449@Kushana: nickm | 2006-12-07 09:40:50 -0500
Oops, forgot ChangeLog on last commit. The commit was: Fix a couple of obvious bugs in tor_mmap_file on Windows: first, fix a boolean error when checking the return value of CreateFileMapping. Second, CreateFileMapping is documented to return NULL on failure. svn:r9036
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d141bdce..8ca7c5029c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
- Fix an assert failure when the directory authority sets
AuthDirRejectUnlisted and then receives a descriptor from an
unlisted router (reported by seeess).
+ - Fix a bug on the Windows implementation of tor_mmap_file that
+ would prevent the cached-routers file from ever loading. (reported by
+ John Kimble.)
o Controller bugfixes:
- Report the circuit number correctly in STREAM CLOSED events. (Bug