diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-07 15:48:29 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-07 16:15:52 +0200 |
commit | 05a7174e1e4f4ad96d244e999c0a30842694179c (patch) | |
tree | a8331737af3477ded3a618a186288a267cd1041c | |
parent | a8d040e18091f25f2501dfe7549f8467bac350d3 (diff) | |
download | glibc-05a7174e1e4f4ad96d244e999c0a30842694179c.tar.gz glibc-05a7174e1e4f4ad96d244e999c0a30842694179c.tar.xz glibc-05a7174e1e4f4ad96d244e999c0a30842694179c.zip |
2.14.1-1
-rw-r--r-- | fedora/glibc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 582fe0756a..0d12cdc7d7 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: 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 |