aboutsummaryrefslogtreecommitdiff
path: root/changes/bug5584
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-13 17:29:14 +0100
committerNick Mathewson <nickm@torproject.org>2013-06-24 11:22:34 -0400
commit10480dff01bece13fabb1d81fa847f95c3e839f0 (patch)
tree4b143ccc3ec42d6e04f46bab49eef57641b7d3bb /changes/bug5584
parent097f257078070eb1ebe2795550a813242d7ebdb2 (diff)
downloadtor-10480dff01bece13fabb1d81fa847f95c3e839f0.tar.gz
tor-10480dff01bece13fabb1d81fa847f95c3e839f0.zip
Fix #5584 - raise awareness of safer logging - warn about potentially unsafe config options
Diffstat (limited to 'changes/bug5584')
-rw-r--r--changes/bug55844
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5584 b/changes/bug5584
new file mode 100644
index 0000000000..a81be00ae4
--- /dev/null
+++ b/changes/bug5584
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Raise awareness of safer logging - notice user of potentially
+ unsafe configuration options: logging above "notice" or
+ clearning SafeLogging flag. Fixes #5584.