]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 21662/21663/21664
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Apr 2017 12:22:21 +0000 (08:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Apr 2017 12:22:21 +0000 (08:22 -0400)
changes/21662_21663_21664 [new file with mode: 0644]

diff --git a/changes/21662_21663_21664 b/changes/21662_21663_21664
new file mode 100644 (file)
index 0000000..6712b0f
--- /dev/null
@@ -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.
+