]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.90-14 cvs/fedora-glibc-2_3_90-14
authorJakub Jelinek <jakub@redhat.com>
Mon, 10 Oct 2005 15:05:30 +0000 (15:05 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 10 Oct 2005 15:05:30 +0000 (15:05 +0000)
fedora/glibc.spec.in

index 9556380007a0fec7ca3aed5a827c6b0a177aca97..cd07d1404909c2a45d4a9f65a106fd37971d06ff 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 13
+%define glibcrelease 14
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -1083,6 +1083,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
+- update from CVS
+  - fix malloc bug after fork introduced in the last update
+  - fix getent hosts IP for IPv4 IPs (#169831)
+
 * Mon Oct  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
 - update from CVS
   - fix setuid etc. hangs if some thread exits during the call (#167766)