]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention that the libidn2 is used by default 12907/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Jun 2019 18:18:43 +0000 (03:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Jun 2019 18:18:43 +0000 (03:18 +0900)
NEWS

diff --git a/NEWS b/NEWS
index dbe87297bb71ee0c767ee72d02d7579daa129b41..a7a257476280513f80ae3492bd9478c838a26384 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,9 @@ CHANGES WITH 243 in spe:
           build/man/man systemctl
           build/man/html systemd.index
 
+        * libidn2 is used by default if both libidn2 and libidn are installed.
+          Please use -Dlibidn=true when libidn is favorable.
+
         * The D-Bus "wire format" for CPUAffinity attribute is changed on
           big-endian machines. Before, bytes were written and read in native
           machine order as exposed by the native libc __cpu_mask interface.