summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-06 19:42:37 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-06 19:42:37 +0000
commitbe1a5191f8e0ca14b6db0880660d5897964fef40 (patch)
tree5771fb6c2eae9f52c62155178d556bae8c6601be /ChangeLog
parent28dd56f98263035c8c50b78bb63badf45a6fc1ac (diff)
downloadtor-be1a5191f8e0ca14b6db0880660d5897964fef40.tar.gz
tor-be1a5191f8e0ca14b6db0880660d5897964fef40.zip
r16462@catbus: nickm | 2007-11-06 14:40:58 -0500
Fix bug 544: do not allow buckets to overflow. Backportable. svn:r12400
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f5399fa26..8e7861c05a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@ Changes in version 0.2.0.10-alpha - 2007-11-0?
- Stop servers from crashing if they set a Family option (or
maybe in other situations too). Bugfix on 0.2.0.9-alpha; reported
by Fabian Keil.
+ - When the clock jumps forward a lot, do not allow the bandwidth
+ buckets to become negative. Bugfix on 0.1.2.x; fixes Bug 544.
o Major bugfixes (v3 dir, bugfixes on 0.2.0.9-alpha):
- Consider replacing the current consensus when certificates arrive