aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 52cbf1a..740225a 100644
--- a/NEWS
+++ b/NEWS
@@ -18,13 +18,18 @@ Major new features:
* On Linux, the pthread_gettid_np function has been added.
+* The ISO C2Y family of unsigned abs functions, i.e.
+ uabs, ulabs, ullabs and uimaxabs, are now supported.
+
Deprecated and removed features, and other changes affecting compatibility:
- [Add deprecations, removals and changes affecting compatibility here]
+* The glibc.rtld.execstack now supports a compatibility mode to allow
+ programs that require an executable stack through dynamic loaded
+ shared libraries.
Changes to build and runtime requirements:
- [Add changes to build and runtime requirements here]
+* GCC 12.1 or later is now required to build the GNU C Library.
Security related changes: