aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-26 12:54:37 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-26 12:54:37 -0400
commit30a98c765f850c76333fe2890706ea1fa2ad1f79 (patch)
tree847985390d2a3a830a5ea4fd7758a410a68c36c1 /changes
parentd068f3359f86f5f0d5df693e8e0377d0d45540d4 (diff)
parent2ae51ed5e20ee045251d9d6ddf12755bca7c9c8c (diff)
downloadtor-30a98c765f850c76333fe2890706ea1fa2ad1f79.tar.gz
tor-30a98c765f850c76333fe2890706ea1fa2ad1f79.zip
Merge branch 'bug22927_031' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug229276
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug22927 b/changes/bug22927
new file mode 100644
index 0000000000..6e68e6ff08
--- /dev/null
+++ b/changes/bug22927
@@ -0,0 +1,6 @@
+ o Minor bugfixes (compatibility, zstd):
+ - Write zstd epilogues correctly when the epilogue requires reallocation
+ of the output buffer, even with zstd 1.3.0. (Previously,
+ we worked on 1.2.0 and failed with 1.3.0). Fixes bug 22927; bugfix on
+ 0.3.1.1-alpha.
+