]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - NEWS
Update automatically-generated copyright dates
[thirdparty/glibc.git] / NEWS
diff --git a/NEWS b/NEWS
index 9294a7b953546c00ac8b3896777adebd3a90496b..9da2a740ecac354ca01e5117cb2eb720430bf6e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 GNU C Library NEWS -- history of user-visible changes.
-Copyright (C) 1992-2021 Free Software Foundation, Inc.
+Copyright (C) 1992-2022 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
@@ -102,6 +102,10 @@ Major new features:
 * The printf family of functions now handles the flagged %#m conversion
   specifier, printing errno as an error constant (similar to strerrorname_np).
 
+* The function _dl_find_object has been added.  In-process unwinders
+  can use it to efficiently locate unwinding information for a code
+  address.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support
@@ -230,6 +234,9 @@ 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