diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-06 19:42:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-06 19:42:37 +0000 |
commit | be1a5191f8e0ca14b6db0880660d5897964fef40 (patch) | |
tree | 5771fb6c2eae9f52c62155178d556bae8c6601be /ChangeLog | |
parent | 28dd56f98263035c8c50b78bb63badf45a6fc1ac (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |