summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5176ef7aba..e7e5d7dc2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2006-09-29 Ulrich Drepper <drepper@redhat.com>
+
+ * version.h (RELEASE): Bump to 2.5.
+ * README: Regenerated.
+
+ * locale/iso-3166.def: Add Aaland Islands and Montenegro.
+
+ [BZ #3273]
+ * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
+ found no group members.
+ Patch by Petr Baudis.
+
+2006-09-29 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
+ assert bootstrap_map.l_tls_modid is zero.
+ (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
+ if USE___THREAD.
+
+2006-09-27 Ulrich Drepper <drepper@redhat.com>
+
+ * libio/stdio.h: Move open_wmemstream prototype to ...
+ * wcsmbs/wchar.h: ... here.
+
2006-09-25 Jakub Jelinek <jakub@redhat.com>
[BZ #3252]