From: Yu Watanabe Date: Fri, 28 Jun 2019 18:18:43 +0000 (+0900) Subject: NEWS: mention that the libidn2 is used by default X-Git-Tag: v243-rc1~215^2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=e110599b63d95f81c1f574613f0a0ba3d3ce6403 NEWS: mention that the libidn2 is used by default --- diff --git a/NEWS b/NEWS index dbe87297bb7..a7a25747628 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.