summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-29 03:18:43 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-29 03:18:43 +0900
commite110599b63d95f81c1f574613f0a0ba3d3ce6403 (patch)
treecc46b57b11fd5b7b2bd1ac77153437da079c38e2 /NEWS
parent1b9313991b3adefadc5bde1b3555450fc2b65259 (diff)
downloadsystemd-e110599b63d95f81c1f574613f0a0ba3d3ce6403.tar.gz
NEWS: mention that the libidn2 is used by default
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbe87297bb..a7a2574762 100644
--- 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.