summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-07 18:57:29 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-07 18:57:29 +0000
commit63e4cfbeb609f88bdcc622b63cc74558a6e0e235 (patch)
treec10b8419aefbc4a8553448d8167502aff960bde2 /ChangeLog
parent613af4bc98b860c568dc754cf6e0d7c2fb7c2bfa (diff)
downloadtor-63e4cfbeb609f88bdcc622b63cc74558a6e0e235.tar.gz
tor-63e4cfbeb609f88bdcc622b63cc74558a6e0e235.zip
r11461@Kushana: nickm | 2006-12-07 13:16:45 -0500
Change logging format of state file to only include non-default values. Adjust clients to never store bandwidth history in the state file. (Possible backport candidate.) svn:r9043
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 623fbce398..d74142a2b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
o Security bugfixes:
- Do not log introduction points for hidden services if SafeLogging
is set.
+ - Clients do not store bandwidth history in their state files. (This
+ shouldn't be an exploitable security issue, but it's better to be
+ safe.)
o Controller bugfixes:
- Report the circuit number correctly in STREAM CLOSED events. (Bug