diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-19 15:02:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-19 15:02:22 -0500 |
commit | 8ddf4e218e24167d1c595b74af62dd83b60d99a7 (patch) | |
tree | 05dbacfd35c4a79fef1d2f0ac0f4da52df1bac81 /changes | |
parent | 804be10b096de6e6a7204cf3268857d3b59ef51e (diff) | |
parent | 3340d3279de0bb411c506a759778ee7a9b45165b (diff) | |
download | tor-8ddf4e218e24167d1c595b74af62dd83b60d99a7.tar.gz tor-8ddf4e218e24167d1c595b74af62dd83b60d99a7.zip |
Merge branch 'bug8065_v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8065 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8065 b/changes/bug8065 new file mode 100644 index 0000000000..06dbae8cd7 --- /dev/null +++ b/changes/bug8065 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Downgrade an assertion in connection_ap_expire_beginning to + an LD_BUG message. The fix for bug 8024 should prevent this + message from displaying, but just in case a warn that we can + diagnose is better than more assert crashes. Fix for bug 8065; + bugfix on 0.2.4.8-alpha. |