aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2025-07-25 23:36:56 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2025-07-25 23:36:56 +0200
commit12c9494310858d7c52aad12958cb2566591464b2 (patch)
tree3f82ec78ca49e43f5a14e46b0df973b1a174add1
parent30a5fd9b1102ce0f5436d1b7192ab9ec6ab3c085 (diff)
downloadglibc-12c9494310858d7c52aad12958cb2566591464b2.zip
glibc-12c9494310858d7c52aad12958cb2566591464b2.tar.gz
glibc-12c9494310858d7c52aad12958cb2566591464b2.tar.bz2
NEWS: Collect some more newsworthy items
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c99e9d2..19cd294 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,22 @@ Major new features:
information format which can be used by backtrace. It requires
binutils with a minimum version of 2.45.
+* Support for lightweight stack guard pages via madvise and the
+ MADV_GUARD_INSTALL flag has been added to pthread_create.
+
+* Additional optimized and correctly rounded mathematical functions have
+ been imported from the CORE-MATH project, in particular acospif,
+ asinpif, atanpif, atan2pif, cospif, sinpif, tanpif.
+
+* The testsuite has been significantly extended to cover the
+ functionality of the printf and scanf function families in many
+ variants.
+
+* Code has been added to detect the x86-64 Intel Arrow Lake, Panther
+ Lake, Clearwater Forest, and Diamond Rapids microarchitectures.
+
+* Regarding S390, support for the new z17 platform has been added.
+
Deprecated and removed features, and other changes affecting compatibility:
* The glibc.rtld.execstack tunable now supports a compatibility mode to