diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-02-21 11:15:54 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-02-21 11:15:54 +0000 |
commit | b428b742cf54d423e5a7a68fcbec9473303eeafa (patch) | |
tree | a7eb4bb9273b2c48c1d4deacb5458f5075d902ef /fedora | |
parent | 6c8cc2d3042d0585741452006c29cb21fbba39ea (diff) |
Updated to fedora-glibc-20070221T1011cvs/fedora-glibc-2_5_90-18
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 2270fe47de..f852668404 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-fc7 -fedora-sync-date := 2007-02-11 16:07 UTC -fedora-sync-tag := fedora-glibc-20070211T1607 +fedora-sync-date := 2007-02-21 10:11 UTC +fedora-sync-tag := fedora-glibc-20070221T1011 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 0bb837f848..b2ac153017 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 17 +%define glibcrelease 18 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1546,6 +1546,18 @@ rm -f *.filelist* %endif %changelog +* Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18 +- fix nftw with FTW_CHDIR on / (BZ#4076) +- nscd fixes (BZ#4074) +- fix fmod{,f,l} on i?86 (BZ#3325) +- support localized digits for fp values in *scanf (BZ#2211) +- namespaces fixes (BZ#2633) +- fix euidaccess (BZ#3842) +- glob fixes (BZ#3996) +- assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156, + BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995, + BZ#3885, BZ#3884, BZ#3851) + * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17 - RFC2671 support in resolver (#205842) - fix strptime (BZ#3944) |