Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 3
+Release: 4
# 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
%endif
%changelog
+* Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-4
+- Require suid bit on audit objects in privileged programs (CVE-2010-3856)
+
* Tue Oct 19 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-3
- Update from 2.12 branch
- Fix strstr and memmem algorithm (BZ#12092, #641124)