diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-20 20:27:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-20 20:27:48 -0400 |
commit | e51e7bd38b758d3f71a2e31184dde3771f897af8 (patch) | |
tree | 3dfbb953c92013f8818ab1a066f916ec8dc1b0c6 /changes | |
parent | c999e84436a5f7ba1964abd4ae502212f0995bcb (diff) | |
parent | 782eb02b79363bf8ed609495d516bc59972f4352 (diff) | |
download | tor-e51e7bd38b758d3f71a2e31184dde3771f897af8.tar.gz tor-e51e7bd38b758d3f71a2e31184dde3771f897af8.zip |
Merge branch 'bug22502_redux_031' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22669 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22669 b/changes/bug22669 new file mode 100644 index 0000000000..804a39e781 --- /dev/null +++ b/changes/bug22669 @@ -0,0 +1,4 @@ + o Minor bugfixes (compression): + - When serving directory votes compressed with zlib, + do not claim to have compressed them with zstd. Fixes bug 22669; + bugfix on 0.3.1.1-alpha. |