summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-22 22:09:33 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-22 22:09:33 -0400
commit0d13e0ed145f4c1b5bd1623ab529d24208304390 (patch)
tree9683c2e5445686afa94c70c8114b4c8e6d3fc0ea /ChangeLog
parent6acfa31d5989ccb15812610669351b9206285905 (diff)
downloadtor-0d13e0ed145f4c1b5bd1623ab529d24208304390.tar.gz
tor-0d13e0ed145f4c1b5bd1623ab529d24208304390.zip
Be more robust to bad circwindow values
If the networkstatus consensus tells us that we should use a negative circuit package window, ignore it. Otherwise we'll believe it and then trigger an assert. Also, change the interface for networkstatus_get_param() so we don't have to lookup the consensus beforehand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b679bdefb7..7f9dc205da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Changes in version 0.2.2.3-alpha - 2009-??-??
+Changes in version 0.2.2.3-alpha - 2009-09-23
+ o Minor bugfixes:
+ - If the networkstatus consensus tells us that we should use a
+ negative circuit package window, ignore it. Otherwise we'll
+ believe it and then trigger an assert.
+
Changes in version 0.2.2.2-alpha - 2009-09-21
o Major features: