summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-19 22:27:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-19 22:27:44 +0000
commit4ccffd7aea388f3df83b7a3bef790acf718198e9 (patch)
tree07c0dc3c5e05b927e2cfe062815754a86272b2e3 /ChangeLog
parent810bfe970ced4c09c819db3ebac9aaa786dc5ba5 (diff)
downloadtor-4ccffd7aea388f3df83b7a3bef790acf718198e9.tar.gz
tor-4ccffd7aea388f3df83b7a3bef790acf718198e9.zip
r18218@catbus: nickm | 2008-02-19 17:27:40 -0500
When SafeLogging is off, have TLS errors and messages logged with their associated addresses. svn:r13591
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 898c5d096b..2f62e012d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@ Changes in version 0.2.0.20-?? - 2008-02-??
to use for one-off session password hashes that shouldn't get
saved to disk by SAVECONF. Partial fix for bug 586.
+ o Minor features (logging):
+ - When SafeLogging is disabled, log addresses along with all TLS
+ errors.
+
o Minor bugfixes:
- Log the correct memory chunk sizes for empty RAM chunks in mempool.c.
- Directory mirrors no longer include a guess at the client's IP