]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.14.1-1
authorAndreas Schwab <schwab@redhat.com>
Fri, 7 Oct 2011 13:48:29 +0000 (15:48 +0200)
committerAndreas Schwab <schwab@redhat.com>
Fri, 7 Oct 2011 14:15:52 +0000 (16:15 +0200)
fedora/glibc.spec.in

index 582fe0756aa6e1042c201e0cd1341f12a2db3aef..0d12cdc7d7facbf8bddf73f3b10f4f6f3f194693 100644 (file)
@@ -23,7 +23,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 7
+Release: 1
 # 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,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Oct  7 2011 Andreas Schwab <schwab@redhat.com> - 2.14.1-1
+- Update to 2.14.1 release
+  - Correctly reparse group line after enlarging the buffer (#739360)
+  - Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork
+
 * Thu Sep  8 2011 Andreas Schwab <schwab@redhat.com> - 2.14-7
 - Update from 2.14 branch
   - Fix cfi directive in audit trampoline code