diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-01 05:27:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-01 05:27:12 +0000 |
commit | 91bac90310c41722d8a50ca9adf9006778f4d575 (patch) | |
tree | 7ed62dbdc2aabaadc1af415420b08c28a95841fb /ChangeLog | |
parent | f013fb5e3177e20b65f1220a35e82f577a138a3b (diff) | |
download | tor-91bac90310c41722d8a50ca9adf9006778f4d575.tar.gz tor-91bac90310c41722d8a50ca9adf9006778f4d575.zip |
r17863@catbus: nickm | 2008-02-01 00:27:07 -0500
Bugfix from weasel: possible fix for 593: make connection_write_to_buf("") work when using zlib compression.
svn:r13347
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Changes in version 0.2.0.19-alpha - 2008-0?-?? - When our consensus networkstatus has been expired for a while, stop being willing to build circuits using it. Fixes bug 401. Bugfix on 0.1.2.x. + - Stop incorrectly truncating zlib responses to directory authority + signature download requests. Fix for bug 593. Bugfix on 0.2.0.x. Changes in version 0.2.0.18-alpha - 2008-01-25 |