aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-01 05:27:12 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-01 05:27:12 +0000
commit91bac90310c41722d8a50ca9adf9006778f4d575 (patch)
tree7ed62dbdc2aabaadc1af415420b08c28a95841fb /ChangeLog
parentf013fb5e3177e20b65f1220a35e82f577a138a3b (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca2c8554dc..fccc2e5be5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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