]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Move PLT tracking slowdown to glibc 2.35.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 12 Apr 2022 17:26:10 +0000 (13:26 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 12 Apr 2022 17:31:16 +0000 (13:31 -0400)
In commit 063f9ba220f434c7f30dd65c4cff17c0c458a7cf the NEWS section
was accidentally added to the glibc 2.34 NEWS section. The NEWS entry
should have been added to glibc 2.35 which contained the committed
fix. This moves the NEWS entry to correct section.

(cherry picked from commit 2fe48f52833cf698374a9e607e447edec892e5c9)

NEWS

diff --git a/NEWS b/NEWS
index aa1b337520cbde48c2810a3756058b8fbf006de9..cc64dbf58f60626acc3ad28358771c69e257c329 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -157,6 +157,9 @@ Major new features:
   fortification balanced against additional runtime cost (checking non-constant
   bounds).
 
+* The audit libraries will avoid unnecessary slowdown if it is not required
+  PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks).
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support
@@ -449,9 +452,6 @@ Major new features:
   execute programs that do not have any dynamic dependency (that is,
   they are statically linked).  This feature is Linux-specific.
 
-* The audit libraries will avoid unnecessary slowdown if it is not required
-  PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks).
-
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The function pthread_mutex_consistent_np has been deprecated; programs