]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Update with removal of dumped heaps
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 22 Sep 2025 12:17:18 +0000 (12:17 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 22 Sep 2025 12:42:43 +0000 (12:42 +0000)
Support for dumped heaps has been removed - malloc_set_state() now always
returns the error code -1.

NEWS

diff --git a/NEWS b/NEWS
index 1b115d376cf6c94d2bcd1fcb2c478a54f0b729e3..9831f7f5d460f53773b4b25512c38c7b883e889f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Major new features:
 
 Deprecated and removed features, and other changes affecting compatibility:
 
-  [Add deprecations, removals and changes affecting compatibility here]
+* Support for dumped heaps has been removed - malloc_set_state() now always
+  returns the error code -1.
 
 Changes to build and runtime requirements: