From: Nick Mathewson Date: Thu, 8 May 2014 16:01:12 +0000 (-0400) Subject: changes file for 11648 X-Git-Tag: tor-0.2.5.5-alpha~79^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c86b709a077b5ef10f7c91963af3fd092f739a86;p=thirdparty%2Ftor.git changes file for 11648 --- diff --git a/changes/bug11648 b/changes/bug11648 new file mode 100644 index 0000000000..0e89274358 --- /dev/null +++ b/changes/bug11648 @@ -0,0 +1,8 @@ + o Minor bugfixes (Directory server): + - When sending a compressed set of descriptors or microdescriptors, + make sure to finalize the zlib stream. Previously, we would write + all the compressed data, but if the last descriptor we wanted to + send was missing or too old, we would not mark the stream as + finished. This caused problems for decompression tools. Fixes bug + 11648; bugfix on 0.1.1.23. +