summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-06-01 19:01:40 +0200
committerAndreas Schwab <schwab@redhat.com>2010-06-01 19:12:33 +0200
commit2e137729f0031f624839c806a1869c96d0a19ca7 (patch)
tree9457e16203dd2aff75e45ec643ed2e76e0f7c0e0
parentaaad8680151594274d49bc8b94039856d5188db0 (diff)
-rw-r--r--fedora/glibc.spec.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 96624f2500..a2ded6bd3b 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -20,7 +20,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 1
+Release: 2
# 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
@@ -1028,6 +1028,22 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Jun 1 2010 Andreas Schwab <schwab@redhat.com> - 2.12-2
+- Update from 2.12 branch
+ - Correct x86 CPU family and model check (BZ#11640, #596554)
+ - Don't crash on unresolved weak symbol reference
+ - Implement recvmmsg also as socketcall
+ - sunrpc: Fix spurious fall-through
+ - Make <sys/timex.h> compatible with C++ (#593762)
+ - Enable IDN support in getent
+ - Fix race in free sanity check (#594784)
+ - Fix lookup of collation sequence value during regexp matching
+ - Fix name of tt_RU.UTF-8@iqtelif locale (#589138)
+ - Handle too-small buffers in Linux getlogin_r (BZ#11571, #589946)
+- Fix users and groups creation in nscd %%post script
+- Require coreutils instead of sh-utils
+- Fix typo causing missing directory ownership
+
* Tue May 4 2010 Roland McGrath <roland@redhat.com> - 2.12-1
- Update to 2.12 release.
- Fix ldconfig chroot handling.