diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-12 09:25:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-12 09:25:59 +0200 |
commit | 7f7ab22892a14ad152d2367b23eeb7df80913ff5 (patch) | |
tree | 0bd19ddcfa35dd1ce6b38b846538b877378528d6 /NEWS | |
parent | Merge pull request #6337 from poettering/more-new-v234 (diff) | |
download | systemd-7f7ab22892a14ad152d2367b23eeb7df80913ff5.tar.xz systemd-7f7ab22892a14ad152d2367b23eeb7df80913ff5.zip |
NEWS: say that libidn2 is experimental (#6335)
Handling of "_" and some other details requires more thought:
https://gitlab.com/libidn/libidn2/issues/30
Let's switch the default back to libidn and add a note in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,8 +55,9 @@ CHANGES WITH 234: option. * systemd-resolved may now optionally use libidn2 instead of the libidn - for processing internationalized domain names. The old version - remains supported, as it has a much smaller footprint. + for processing internationalized domain names. Support for libidn2 + should be considered experimental and should not be enabled by + default yet. * "machinectl pull-tar" and related call may now do verification of downloaded images using SUSE-style .sha256 checksum files in addition |