aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-25 08:22:21 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:22:21 -0400
commit754b86ba01db81b109c657a33a19978d5703a72b (patch)
tree82198b76c97b664650ffbccedb471275dd6315cd
parentba405f86bf33ed0e6c9552b3d9aad87bb79c1237 (diff)
downloadtor-754b86ba01db81b109c657a33a19978d5703a72b.tar.gz
tor-754b86ba01db81b109c657a33a19978d5703a72b.zip
changes file for 21662/21663/21664
-rw-r--r--changes/21662_21663_2166412
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/21662_21663_21664 b/changes/21662_21663_21664
new file mode 100644
index 0000000000..6712b0faf4
--- /dev/null
+++ b/changes/21662_21663_21664
@@ -0,0 +1,12 @@
+ o Major features:
+ - Tor's compression module now includes support for the zstd and lzma2
+ compression algorithms, if the libzstd and liblzma libraries are
+ available when Tor is compiled. Once these features are exposed in the
+ directory module, they will enable Tor to provide better compression
+ ratios on directory documents. Part of an implementation for proposal
+ 278; closes ticket 21662.
+
+ o Code simplification and refactoring:
+ - Tor's compression module now supports multiple backends. Part of
+ an implementation of proposal 278; closes ticket 21663.
+