aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlexander Gramiak2019-06-24 15:57:33 +0200
committerLars Ingebrigtsen2019-06-24 16:08:12 +0200
commit516761576c89e1c8ead0bd34bb104f990bb7a218 (patch)
tree96556a62bbfd233e22fcaf9ffdc5ee7765ecabbd /etc
parentc32cc62779ea31200df21c7c02c83bcb33ce7d21 (diff)
downloademacs-516761576c89e1c8ead0bd34bb104f990bb7a218.tar.gz
emacs-516761576c89e1c8ead0bd34bb104f990bb7a218.zip
Add Zstandard compression support for Tramp
* lisp/net/tramp-archive.el (tramp-archive-suffixes) (tramp-archive-compression-suffixes): Add zstd compression suffixes. * lisp/net/tramp-sh.el (tramp-inline-compress-commands): Add zstd (de)compression commands.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e134c47e42..de961988865 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1286,6 +1286,10 @@ names are adjusted to the host name from the previous hop.
1286timeout, after which the underlying session is disabled. This is for 1286timeout, after which the underlying session is disabled. This is for
1287security reasons. 1287security reasons.
1288 1288
1289+++
1290*** Zstandard compression is now supported when using libarchive 3.3
1291or newer.
1292
1289** Rcirc 1293** Rcirc
1290 1294
1291--- 1295---