aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-09 00:50:50 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-09 00:50:50 +0000
commit1d8a4cb9892d582b3bb6f090476c2490633709d4 (patch)
tree7eb04521da09eb2919a6a3d5af6ea0d60aa52b2c /ChangeLog
parentc85ff4d6abe4a1790e8248ca92abf811c7c9803e (diff)
downloadtor-1d8a4cb9892d582b3bb6f090476c2490633709d4.tar
tor-1d8a4cb9892d582b3bb6f090476c2490633709d4.tar.gz
Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS
connection handles more than 4 gigs in either direction, we assert. svn:r9306
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 702757238..85bf8b48e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@ Changes in version 0.1.2.6-alpha - 2007-??-??
excess load to the exit nodes.
o Major bugfixes:
+ - Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS
+ connection handles more than 4 gigs in either direction, we assert.
- Fix an assert error introduced in 0.1.2.5-alpha: if you're an
advertised exit node, somebody might try to exit from you when
you're bootstrapping and before you've built your descriptor yet.