summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in17
2 files changed, 18 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index de12583b5f..c45ff31024 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-f8
-fedora-sync-date := 2007-08-27 20:32 UTC
-fedora-sync-tag := fedora-glibc-20070827T2032
+fedora-sync-date := 2007-09-18 19:31 UTC
+fedora-sync-tag := fedora-glibc-20070918T1931
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index ddc93d43d6..36cd0b1cc7 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 13
+%define glibcrelease 14
%define run_glibc_tests 1
%define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
%define xenarches i686 athlon
@@ -1010,6 +1010,21 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
+- -D_FORTIFY_SOURCE{,=2} support for C++
+- fortification of fread{,_unlocked}
+- support *scanf m allocation modifier (%ms, %mls, %mc, ...)
+- in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
+ %as, %aS and %a[ as a GNU extension for *scanf
+- fix splice, vmsplice, tee return value, make them cancellation
+ points
+- mq_open checking
+- use inline function rather than function-like macro
+ for open{,at}{,64} checking
+- IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
+- fix an ABBA deadlock in ld.so (#284171)
+- remove sparc{32,64} unwind info from _start and clone
+
* Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
- fix personality on x86_64/ppc/ppc64 (#256281)