summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-27 19:19:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-27 19:19:34 +0000
commiteefe2a3562eeedeb8a185b1c7f313181c391ec31 (patch)
tree713231b36fa590f823a3448bb4398ad9332ab800 /ChangeLog
parentd14f8f2547df35434547d8e3e2b4c1a6b7736597 (diff)
downloadtor-eefe2a3562eeedeb8a185b1c7f313181c391ec31.tar.gz
tor-eefe2a3562eeedeb8a185b1c7f313181c391ec31.zip
r18462@catbus: nickm | 2008-02-27 14:15:57 -0500
Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert(). svn:r13752
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b7324b63..a6aecf32d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Changes in version 0.2.0.21-rc - 2008-0?-??
+Changes in version 0.2.1.1-alpha - 2008-??-??
+ o Minor bugfixes:
+ - Downgrade assert in connection_buckets_decrement() to a log message.
+ This may help us solve bug 614, and in any case will make its symptoms
+ less severe. Bugfix on 0.2.0.20-rc.
Changes in version 0.2.0.20-rc - 2008-02-24