From: Paul Eggert Date: Mon, 26 Feb 2024 05:24:04 +0000 (-0800) Subject: doc: mention -lcrypto change in NEWS X-Git-Tag: v9.5~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9dc02b09ac2cbf05101b5dfd4b98f032d6bb8ff;p=thirdparty%2Fcoreutils.git doc: mention -lcrypto change in NEWS --- diff --git a/NEWS b/NEWS index 36b7fd1fea..e78fb201b2 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,9 @@ GNU coreutils NEWS -*- outline -*- SELinux operations in file copy operations are now more efficient, avoiding unneeded MCS/MLS label translation. + sort no longer dynamically links to libcrypto unless -R is used. + This decreases startup overhead in the typical case. + wc is now much faster in single-byte locales and somewhat faster in multi-byte locales.