aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-15 14:29:16 +0200
committerAndreas Schwab <schwab@redhat.com>2011-08-15 14:29:16 +0200
commit6c8f01757b1539e43b30a4bcdb5f22004c4501d1 (patch)
treef39b121b2dfa3412430b9571c2355db81bc646f5
parentae0f462bfd5ce158dee29e41b47a3e4862a04f92 (diff)
downloadglibc-6c8f01757b1539e43b30a4bcdb5f22004c4501d1.tar
glibc-6c8f01757b1539e43b30a4bcdb5f22004c4501d1.tar.gz
glibc-6c8f01757b1539e43b30a4bcdb5f22004c4501d1.tar.bz2
glibc-6c8f01757b1539e43b30a4bcdb5f22004c4501d1.zip
2.14-6
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index a7d2edaa44..eb6d4cf6da 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: 5
+Release: 6
# 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,12 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Aug 15 2011 Andreas Schwab <schwab@redhat.com> - 2.14-6
+- Update from 2.14 branch
+ - Locale-independent parsing in libintl (#726536)
+ - Fix stack alignment on x86_64 (#728762)
+- Filter out GLIBC_PRIVATE symbols again
+
* Fri Aug 5 2011 Andreas Schwab <schwab@redhat.com> - 2.14-5
- Update from 2.14 branch
- Properly tokenize nameserver line for servers with IPv6 address