diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:52:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:52:32 +0000 |
commit | b16c544509045f09901499591e3c28763b1cdeb9 (patch) | |
tree | bc6c41e3f4e3427fca124c134e502a7deeca9a3a /ChangeLog | |
parent | 759c58151e27ac41eaaae9375e69646ca27f7612 (diff) | |
download | tor-b16c544509045f09901499591e3c28763b1cdeb9.tar tor-b16c544509045f09901499591e3c28763b1cdeb9.tar.gz |
r11779@catbus: nickm | 2007-02-12 16:52:29 -0500
Do not try to load advapi32.dll except when the user asks us to do something with NT services. When we _do_ try, always treat failure to load service functions as an exit-worthy error. Needs testing. (Fixes bug 389)
svn:r9571
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? other than file-not-found. - Don't warn the user when cached-routers.new doesn't exist: that's perfectly fine when starting up for the first time. + - Don't try to load NT service functions from advapi32.dll except when + we need them. (bug introduced in 0.1.2.7-alpha). o Minor features: - Warn the user when an application uses the obsolete binary v0 |