diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-27 19:19:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-27 19:19:34 +0000 |
commit | eefe2a3562eeedeb8a185b1c7f313181c391ec31 (patch) | |
tree | 713231b36fa590f823a3448bb4398ad9332ab800 /ChangeLog | |
parent | d14f8f2547df35434547d8e3e2b4c1a6b7736597 (diff) | |
download | tor-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |