summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-09 15:46:21 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-09 15:46:21 +0000
commit829bf4dcd0318431010da3ff5e3785fb9fb2f80c (patch)
tree50f44fe675b886f6ca132cf5532ceb1e88d133a1 /ChangeLog
parentfa3ee3600eb7a443343af560e10eab7263d75d31 (diff)
downloadtor-829bf4dcd0318431010da3ff5e3785fb9fb2f80c.tar.gz
tor-829bf4dcd0318431010da3ff5e3785fb9fb2f80c.zip
r8970@totoro: nickm | 2006-10-09 10:12:53 -0400
Win32 patch from Matt Edman: fix compilation bugs by casting to int; defining SSIZE_T; defining USE_TWOS_COMPLEMENT in windows orconfig.h; and using the proper names for win32 functions on GetProcAddress. Also fixes bug 295. svn:r8669
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3d1574917..7dce61f8bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Changes in version 0.1.2.3-alpha - 2006-10-??
esoteric and discouraged hidden service options.
- Avoid sending junk to controllers or segfaulting when a controller
uses EVENT_NEW_DESC with verbose nicknames.
+ - When stopping an NT service, wait up to 10 sec for it to actually
+ stop. (Patch from Matt Edman; resolves bug 295.)
Changes in version 0.1.2.2-alpha - 2006-10-07