From: Wilco Dijkstra Date: Mon, 22 Sep 2025 12:17:18 +0000 (+0000) Subject: NEWS: Update with removal of dumped heaps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9825f9b823f20abdc487e935acebeb69927855ea;p=thirdparty%2Fglibc.git NEWS: Update with removal of dumped heaps Support for dumped heaps has been removed - malloc_set_state() now always returns the error code -1. --- diff --git a/NEWS b/NEWS index 1b115d376c..9831f7f5d4 100644 --- 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: