From: Andreas Schwab Date: Thu, 8 Sep 2011 13:40:45 +0000 (+0200) Subject: 2.14-7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efabd86a00547b4b0b9d08ece165c32701661882;p=thirdparty%2Fglibc.git 2.14-7 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index eb6d4cf6da9..582fe0756aa 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -23,7 +23,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 6 +Release: 7 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1038,6 +1038,13 @@ rm -f *.filelist* %endif %changelog +* Thu Sep 8 2011 Andreas Schwab - 2.14-7 +- Update from 2.14 branch + - Fix cfi directive in audit trampoline code + - Correct cycle detection during dependency sorting (BZ#11724) + - Fix fopen (non-existing-file, "re") errno (BZ#13114) + - Fix CFI info in x86-64 trampolines + * Mon Aug 15 2011 Andreas Schwab - 2.14-6 - Update from 2.14 branch - Locale-independent parsing in libintl (#726536)