summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-08 12:01:23 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-08 12:01:23 -0400
commit5b861ae53f411fc577ac603bd7bfcf6cd1ce5fa4 (patch)
tree36ef5041c767be630868abd9a71de5a47a1358b1 /changes
parenta32d7e1910176deef62583cef5d1195257bf3e17 (diff)
parentc86b709a077b5ef10f7c91963af3fd092f739a86 (diff)
downloadtor-5b861ae53f411fc577ac603bd7bfcf6cd1ce5fa4.tar.gz
tor-5b861ae53f411fc577ac603bd7bfcf6cd1ce5fa4.zip
Merge remote-tracking branch 'public/bug11648'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug116488
1 files changed, 8 insertions, 0 deletions
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.
+