aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-15 05:12:42 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-15 05:12:42 +0000
commitfdb10ff0b59eaa60b66be5eed6077551d17ec331 (patch)
treec859e31808c36bf98d5541c2227e95afb21d3113 /ChangeLog
parentc44dd3870e4fa46ad983632b873bcf7e4f973ff8 (diff)
downloadtor-fdb10ff0b59eaa60b66be5eed6077551d17ec331.tar.gz
tor-fdb10ff0b59eaa60b66be5eed6077551d17ec331.zip
r11580@Kushana: nickm | 2006-12-15 00:09:46 -0500
Resolve bug 369: Check for integer underflow when printing "bytes left" accounting numbers. Also fix a copyright date that I noticed while reading the bug. Also make a buffer big enough that strings will not get truncated. All are backport candidates. svn:r9115
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0c97d4d1c..7d82d5d694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
o Controller bugfixes:
- Report the circuit number correctly in STREAM CLOSED events. (Bug
reported by Mike Perry.)
+ - Do not report bizarre values for results of accounting GETINFOs
+ when the last second's write or read exceeds the alloted bandwidth.
+ (Bug 329.)
Changes in version 0.1.2.4-alpha - 2006-12-03