summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-29 20:49:06 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-29 20:49:06 +0000
commitaf47bc499af76c844b28d9ca912ed81f2a353708 (patch)
tree31ca20685bb989c345173126f498d79faa82a8d9 /ChangeLog
parent5ed9cc7c21189bab600d08763133a2b8fe90896d (diff)
Updated to fedora-glibc-20060929T2037cvs/fedora-glibc-2_5-1
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]