diff options
-rw-r--r-- | fedora/glibc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 9556380007..cd07d14049 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 <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) |