summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-02 04:21:49 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-02 04:21:49 +0000
commit95bddc0c3bb35a234635f05ccdd88a442ead9a65 (patch)
treec26a250729e0a5335d5ecba7fcbbd60d2f2b5cc4
parent27b13a7d238f09ae322131ce0450120e143ae533 (diff)
[BZ #5071]
* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has the same number of pages. Patch by Tomash Brechko <tomash.brechko@gmail.com>.
-rw-r--r--ChangeLog5
-rw-r--r--localedata/ChangeLog3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d97d7e29c6..bc484cef77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-01 Ulrich Drepper <drepper@redhat.com>
+ [BZ #5071]
+ * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
+ the same number of pages.
+ Patch by Tomash Brechko <tomash.brechko@gmail.com>.
+
* locale/programs/ld-collate.c (collate_read): After initial copy
statement, continue in state 0.
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 86771fe645..07d5185d6f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -29,9 +29,10 @@
* locales/cs_CZ: Sort lowercase before uppercase.
* locales/en_GB: Change first weekday and workday to Monday.
- * locales/da_DK: Likewise.
* locales/nb_NO: Likewise.
* locales/nn_NO: Likewise.
+ [BZ #4833]
+ * locales/da_DK: Likewise.
[BZ #4705]
* locales/et_EE: Likewise.