diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 15:46:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 15:46:21 +0000 |
commit | 829bf4dcd0318431010da3ff5e3785fb9fb2f80c (patch) | |
tree | 50f44fe675b886f6ca132cf5532ceb1e88d133a1 /ChangeLog | |
parent | fa3ee3600eb7a443343af560e10eab7263d75d31 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |