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
%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)