]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention -lcrypto change in NEWS
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Feb 2024 05:24:04 +0000 (21:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Feb 2024 05:24:04 +0000 (21:24 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 36b7fd1feadf06a7165c5829f513fea7b774386e..e78fb201b2620e693a72550fa9cd34f7f24d1691 100644 (file)
--- 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.