]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/glibc-2.38/0018-NEWS-Add-the-2.38.1-bug-list.patch
glibc: Import latest patches from upstream
[ipfire-2.x.git] / src / patches / glibc-2.38 / 0018-NEWS-Add-the-2.38.1-bug-list.patch
1 From 89da8bc588c2296252543b049bf6d9272321f90d Mon Sep 17 00:00:00 2001
2 From: Florian Weimer <fweimer@redhat.com>
3 Date: Mon, 11 Sep 2023 10:06:15 +0200
4 Subject: [PATCH 18/44] NEWS: Add the 2.38.1 bug list
5
6 ---
7 NEWS | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9
10 diff --git a/NEWS b/NEWS
11 index f1a14f45dd..64596d5d09 100644
12 --- a/NEWS
13 +++ b/NEWS
14 @@ -9,7 +9,10 @@ Version 2.38.1
15
16 The following bugs are resolved with this release:
17
18 + [30723] posix_memalign repeatedly scans long bin lists
19 [30785] Always call destructors in reverse constructor order
20 + [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with
21 + -D_FILE_OFFSET_BITS=64
22
23 \f
24 Version 2.38
25 @@ -139,9 +142,6 @@ The following bugs are resolved with this release:
26 [30555] string: strerror can incorrectly return NULL
27 [30579] malloc: trim_threshold in realloc lead to high memory usage
28 [30662] nscd: Group and password cache use errno in place of errval
29 - [30723] posix_memalign repeatedly scans long bin lists
30 - [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with
31 - -D_FILE_OFFSET_BITS=64
32 \f
33 Version 2.37
34
35 --
36 2.39.2
37