[or-cvs] r9036: Oops, forgot ChangeLog on last commit. The commit was: Fix a (tor/trunk)

nickm at seul.org nickm at seul.org
Thu Dec 7 14:41:00 UTC 2006


Author: nickm
Date: 2006-12-07 09:40:58 -0500 (Thu, 07 Dec 2006)
New Revision: 9036

Modified:
   tor/trunk/
   tor/trunk/ChangeLog
Log:
 r11449 at 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.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11449] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2006-12-07 14:39:42 UTC (rev 9035)
+++ tor/trunk/ChangeLog	2006-12-07 14:40:58 UTC (rev 9036)
@@ -5,6 +5,9 @@
     - 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



More information about the tor-commits mailing list