summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-03 21:16:07 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-03 21:16:07 +0000
commit25508347ec566b4060fc61720139f79814d58415 (patch)
treed99408304285d360a8193a41c88733aa99b01058 /ChangeLog
parentbd9289cf2b7a3e9b5db8fe4a05ce94ad8d675353 (diff)
downloadtor-25508347ec566b4060fc61720139f79814d58415.tar.gz
tor-25508347ec566b4060fc61720139f79814d58415.zip
r12051@catbus: nickm | 2007-03-03 16:15:52 -0500
nt_service_is_stopping should not load the NT service library calls: if they are not loaded, we cannot possibly be a service trying to shut own. Bug found by "norvid" on or-talk. Also, rename function to something slightly less error-prone. svn:r9720
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 702b580912..060d28755a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in version 0.1.2.10-rc - 2007-03-??
+ o Major bugfixes (Windows)
+ - Do not load the NT services library functions (which may not exist)
+ just to detect if we're a service trying to shut down.
+
+
Changes in version 0.1.2.9-rc - 2007-03-02
o Major bugfixes (Windows):
- On MinGW, use "%I64u" to printf/scanf 64-bit integers, instead