aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-27 19:19:38 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-27 19:19:38 +0000
commitb229154fa8d9493d547c9394f9bd25e71c0a91cb (patch)
tree383d307f6a54f5b1bc2f2c25b40e4fe2ea08e571 /ChangeLog
parent28f353a684cf7a76f772d1559a1039774e2a4885 (diff)
downloadtor-b229154fa8d9493d547c9394f9bd25e71c0a91cb.tar.gz
tor-b229154fa8d9493d547c9394f9bd25e71c0a91cb.zip
r18463@catbus: nickm | 2008-02-27 14:19:21 -0500
Backport: Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert(). svn:r13753
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b7324b63..75f9e4e329 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Changes in version 0.2.0.21-rc - 2008-0?-??
-
+ 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
Tor 0.2.0.20-rc is the first release candidate for the 0.2.0 series. It