]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.14-7
authorAndreas Schwab <schwab@redhat.com>
Thu, 8 Sep 2011 13:40:45 +0000 (15:40 +0200)
committerAndreas Schwab <schwab@redhat.com>
Thu, 8 Sep 2011 13:40:45 +0000 (15:40 +0200)
fedora/glibc.spec.in

index eb6d4cf6da97d71b77f82e1f6414599917bb2fdc..582fe0756aa6e1042c201e0cd1341f12a2db3aef 100644 (file)
@@ -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)