aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-07-12 00:24:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-08-04 20:47:50 +0200
commitb16f4066b007a67cd8762b1e641b5064e8a1f831 (patch)
tree46b38f4b7b5f65861db54bd593484383758eecc1
parentregexec: Fix off-by-one bug in weight comparison [BZ #23036] (diff)
downloadglibc-b16f4066b007a67cd8762b1e641b5064e8a1f831.tar.gz
glibc-b16f4066b007a67cd8762b1e641b5064e8a1f831.tar.bz2
glibc-b16f4066b007a67cd8762b1e641b5064e8a1f831.zip
NEWS: Mention bug 22996.
The fix has been backported in the commit 718445e569ec5c5892bc7c5ff17f434cdc586dc8. (cherry picked from commit 8623cfe300b4fe88e8b7343bb15829bfe4317609)
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5c78ffd3b..957035d2f3 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,7 @@ The following bugs are resolved with this release:
[22937] Greek (el_GR, el_CY) locales actually need ab_alt_mon
[22947] FAIL: misc/tst-preadvwritev2
[22963] cs_CZ: Add alternative month names
+ [22996] localedata: change LC_PAPER to en_US in es_BO locale
[23005] Crash in __res_context_send after memory allocation failure
[23036] regexec: Fix off-by-one bug in weight comparison
[23037] initialize msg_flags to zero for sendmmsg() calls