diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-11-16 08:40:33 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-11-16 08:40:33 +0000 |
commit | b9616a4d2d0ff113b95a638127ad27c98e6c713b (patch) | |
tree | 44a217d883df77585469066a882b4eb96a1aef19 /fedora/glibc.spec.in | |
parent | 7af1fc8277a5c9f20739e9c0b55ae727c3771e1a (diff) |
Updated to fedora-glibc-20051116T0829cvs/fedora-glibc-2_3_90-17
Diffstat (limited to 'fedora/glibc.spec.in')
-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 ebdbf28a3f..08523d3374 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 16 +%define glibcrelease 17 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1095,6 +1095,12 @@ rm -f *.filelist* %endif %changelog +* Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17 +- update from CVS + - fix <sys/stat.h> in C++ + - {fstat,fchown,rename,unlink}at fixes + - epoll_wait is now a cancellation point + * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16 - update from CVS - make sure waitid syscall is used on ppc*/s390* |