diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-21 10:52:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-21 10:52:38 -0500 |
commit | 929074b368fe94cbe74a49e5353a35f60c6623af (patch) | |
tree | 7833089de852b15d74dc352712383ad2944bc567 /changes | |
parent | 0539c34c35380231c745dd9701b0884a20ee95d1 (diff) | |
parent | b3c988f0d7e18c243074e3e583c10b204521088f (diff) | |
download | tor-929074b368fe94cbe74a49e5353a35f60c6623af.tar.gz tor-929074b368fe94cbe74a49e5353a35f60c6623af.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3963 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3963 b/changes/bug3963 new file mode 100644 index 0000000000..2fc44a095c --- /dev/null +++ b/changes/bug3963 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - When configuring, starting, or stopping an NT service, stop + immediately after the service configuration attempt has succeeded + or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha. + |