diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-17 20:00:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-17 20:00:04 +0000 |
commit | 6489570b89540cfa893ce0d005a0ed3e93f09cfe (patch) | |
tree | 0b6d74b779d242b7e410ae6693b22891a434ecf8 /ChangeLog | |
parent | 6694a8603305ab15cc11b9e983cedd4553a45277 (diff) | |
download | tor-6489570b89540cfa893ce0d005a0ed3e93f09cfe.tar.gz tor-6489570b89540cfa893ce0d005a0ed3e93f09cfe.zip |
Backport: Update _log_global_min_severity after switch_logs_debug(), so that USR2 will work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down.
svn:r17318
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ Changes in version 0.2.0.32 - 2008-??-?? list. It has been gone for many months. - Stop doing unaligned memory access that generated bus errors on sparc64. Bugfix on 0.2.0.10-alpha. Fix for bug 862. + - Make USR2 log-level switch take effect immediately. Bugfix on + 0.1.2.8-beta. o Minor bugfixes (controller): - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on |