summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-28 16:56:07 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-28 16:56:07 +0000
commitdae5fc798271db3b993be1b38cfada73e05dab68 (patch)
tree088205a2ec3a8f904b9ed0c10b87c51566481e9c /ChangeLog
parentebf1862382d25f155228325a85a3c11ab48b7b86 (diff)
downloadtor-dae5fc798271db3b993be1b38cfada73e05dab68.tar.gz
tor-dae5fc798271db3b993be1b38cfada73e05dab68.zip
r11981@catbus: nickm | 2007-02-28 11:55:27 -0500
Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0b83927c3..b3629d7a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ Changes in version 0.1.2.9-??? - 2007-??-??
o Minor bugfixes (other):
- Fix an assert that could trigger if a controller quickly set then
cleared EntryNodes. (Bug found by Udo van den Heuvel.)
+ - On architectures where sizeof(int)>4, still clamp declarable bandwidth
+ to INT32_MAX.
Changes in version 0.1.2.8-beta - 2007-02-26