summaryrefslogtreecommitdiff
path: root/tools/debian/patches/README
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-24 15:14:56 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-24 16:45:57 +0100
commit498194f6fc39ce96f17f5002aab7b0aa0a5e6f67 (patch)
tree80b2d9c1ec6b43fe86aacdf8e0e93c07232966a0 /tools/debian/patches/README
parentd5c391b1ee57730ed6f94c3d7ee5661ceaff35f5 (diff)
downloadweechat-498194f6fc39ce96f17f5002aab7b0aa0a5e6f67.zip
relay: add zstd compression in weechat protocol
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command).
Diffstat (limited to 'tools/debian/patches/README')
-rw-r--r--tools/debian/patches/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/debian/patches/README b/tools/debian/patches/README
index a251bab14..3a2699a55 100644
--- a/tools/debian/patches/README
+++ b/tools/debian/patches/README
@@ -2,14 +2,3 @@ This directory contains patches that must be applied for some old Debian/Ubuntu
versions, in order to build Debian packages.
They are automatically applied by the script "tools/build-debian.sh".
-
-Notes for some versions of distributions:
-
-* asciidoctor:
-
- On these distributions, asciidoctor must be installed manually with the command
- "gem install asciidoctor" (as root):
-
- - Debian jessie (8.0)
- - Debian wheezy (7.0)
- - Ubuntu trusty (14.04)