From: Jakub Jelinek Date: Mon, 10 Oct 2005 15:05:30 +0000 (+0000) Subject: 2.3.90-14 X-Git-Tag: cvs/fedora-glibc-2_3_90-14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acfebba27b162b3064c616142883541eaef3f725;p=thirdparty%2Fglibc.git 2.3.90-14 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 9556380007a..cd07d140490 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -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 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 2.3.90-13 - update from CVS - fix setuid etc. hangs if some thread exits during the call (#167766)