diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-08-22 07:51:54 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-08-22 07:51:54 +0000 |
commit | d2b0f6344275bc3624e47a4d02b67a7e131f6f56 (patch) | |
tree | 5c36a93f909319ce008fd03f6b4d09933806b95a | |
parent | 8b0a52444c889fd368f51ba37ad401b6ca5d40f1 (diff) | |
download | glibc-d2b0f6344275bc3624e47a4d02b67a7e131f6f56.tar.gz |
2.3.90-9cvs/fedora-glibc-2_3_90-9
-rw-r--r-- | fedora/glibc.spec.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 8c2d7f1428..969f640974 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 8 +%define glibcrelease 9 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1074,6 +1074,12 @@ rm -f *.filelist* %endif %changelog +* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9 +- update from CVS + - fix resolving over TCP (#161181, #165802) + - on ia64 don't abort on unhandled math function exception codes + (#165693) + * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8 - update from CVS - nscd persistent database verifier (#164001) |