aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-17 19:58:51 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-17 19:58:51 +0000
commitbdc0aec00a5f117b884e27cb576b834106df41dd (patch)
tree40771f030a4a3d73b99afc0604da3c0fa69746dc /ChangeLog
parent0fa698d84fc6f3f6b71ecb1a7b9acb8de7e0d16a (diff)
downloadtor-bdc0aec00a5f117b884e27cb576b834106df41dd.tar
tor-bdc0aec00a5f117b884e27cb576b834106df41dd.tar.gz
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:r17317
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b99d5ed06..fda31b703 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
sparc64. Bugfix on 0.2.0.10-alpha. Fix for bug 862.
- Fix a crash bug when changing ExcludeNodes from the controller. Bugfix
on 0.2.1.6-alpha. Fix for bug 867. Patched by Sebastian.
+ - Make USR2 log-level switch take effect immediately. Bugfix on
+ 0.1.2.8-beta.
o Minor features (controller):
- Return circuit purposes in response to GETINFO circuit-status. Fixes