diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:17:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:17:02 +0000 |
commit | 53d3f812bd2f97f4eb2acce73919e217baaf2772 (patch) | |
tree | 5c392e3ebe2b43a00eee5c0ab405933bb02e37ca /ChangeLog | |
parent | 9aa706e20c3ae91f6cac95964e291076b88ecd48 (diff) | |
download | tor-53d3f812bd2f97f4eb2acce73919e217baaf2772.tar.gz tor-53d3f812bd2f97f4eb2acce73919e217baaf2772.zip |
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856.
svn:r17567
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? - When we realize that another process has modified our cached descriptors, print out a more useful error message rather than triggering an assertion. Fixes bug 885. Patch from Karsten. + - Add an internal-use-only __ReloadTorrcOnSIGHUP option for controllers + to prevent SIGHUP from reloading the configuration. Fixes bug 856. o Minor bugfixes: - Resume using the correct "REASON=" stream when telling the |