Skip to content

Commit

Permalink
2.12-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Jun 1, 2010
1 parent aaad868 commit 2e13772
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2e13772

Please sign in to comment.