summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-09-08 15:40:45 +0200
committerAndreas Schwab <schwab@redhat.com>2011-09-08 15:40:45 +0200
commitefabd86a00547b4b0b9d08ece165c32701661882 (patch)
tree5687ab5fae18ad2c3b1800bc3e7752a9117b0c94
parentba7575a59111ec30e572b47b3e25301766cd056f (diff)
downloadglibc-efabd86a00547b4b0b9d08ece165c32701661882.tar.gz
2.14-7
-rw-r--r--fedora/glibc.spec.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index eb6d4cf6da..582fe0756a 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 <schwab@redhat.com> - 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 <schwab@redhat.com> - 2.14-6
- Update from 2.14 branch
- Locale-independent parsing in libintl (#726536)