diff options
| author | Alexander Gramiak | 2019-06-24 15:57:33 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-24 16:08:12 +0200 |
| commit | 516761576c89e1c8ead0bd34bb104f990bb7a218 (patch) | |
| tree | 96556a62bbfd233e22fcaf9ffdc5ee7765ecabbd /etc | |
| parent | c32cc62779ea31200df21c7c02c83bcb33ce7d21 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1286,6 +1286,10 @@ names are adjusted to the host name from the previous hop. | |||
| 1286 | timeout, after which the underlying session is disabled. This is for | 1286 | timeout, after which the underlying session is disabled. This is for |
| 1287 | security reasons. | 1287 | security reasons. |
| 1288 | 1288 | ||
| 1289 | +++ | ||
| 1290 | *** Zstandard compression is now supported when using libarchive 3.3 | ||
| 1291 | or newer. | ||
| 1292 | |||
| 1289 | ** Rcirc | 1293 | ** Rcirc |
| 1290 | 1294 | ||
| 1291 | --- | 1295 | --- |