diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-10-10 15:05:30 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-10-10 15:05:30 +0000 |
commit | acfebba27b162b3064c616142883541eaef3f725 (patch) | |
tree | 7da8da7b45fe17540f706deb23565640b5140179 | |
parent | 2a61a5442b614a0f6b4b5c63501b641e83e8f229 (diff) |
2.3.90-14cvs/fedora-glibc-2_3_90-14
-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) |