diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-12 12:00:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-12 12:00:26 +0000 |
commit | 3ee87ca7d4c813087eeee8b9fd04b7836244a54a (patch) | |
tree | 30d5d50dce77cb2e80d0bead19ee23e7d0a38617 /fedora | |
parent | 7dbf6a6cd568437c4b2fa14bcf5a1914cc267527 (diff) | |
download | glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.gz glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.xz glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.zip |
Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 086ea6912b..abdfc0ce41 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -1,5 +1,5 @@ # This file is updated automatically by Makefile. glibc-branch := fedora glibc-base := HEAD -fedora-sync-date := 2004-10-06 09:00 UTC -fedora-sync-tag := fedora-glibc-20041006T0900 +fedora-sync-date := 2004-10-12 11:28 UTC +fedora-sync-tag := fedora-glibc-20041012T1128 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index b93411f1d7..766d7c5518 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 66 +%define glibcrelease 67 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1239,6 +1239,13 @@ rm -f *.filelist* %endif %changelog +* Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67 +- update from CVS + - use non-blocking sockets in resolver (#135234) + - reset pd->res options on thread exit, so that threads + reusing cached stacks get resolver state properly initialized + (BZ #434) + * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66 - update from CVS - avoid using perl in the spec file, buildrequire sed >= 3.95 |