about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-11-30 10:51:07 +0100
committerAndreas Schwab <schwab@redhat.com>2010-11-30 10:51:07 +0100
commit591074b5f6e78c5cb2be3dabaaf87c351a405013 (patch)
treef306837d27ad883fffd6bd48e7fbd0d13fb1c9e1
parentfc411c19921d761c18654bd401fff382749ac20c (diff)
downloadglibc-fedora/2.11/master.tar.gz
glibc-fedora/2.11/master.tar.xz
glibc-fedora/2.11/master.zip
-rw-r--r--fedora/glibc.spec.in37
1 files changed, 36 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 595bfe71ac..f701ffa26f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -25,7 +25,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 3
+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
@@ -1034,6 +1034,41 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Nov 22 2010 Andreas Schwab <schwab@redhat.com> - 2.11.3-1
+- Update to 2.11.3 release
+  - Allow aux_cache_file open()ing to fail silently even in the chroot
+    mode (BZ#11149)
+  - Fix multiple nss_compat initgroups() bugs (BZ#10085)
+  - Properly convert f_fsid in statvfs (BZ#11611)
+  - Define MAP_HUGETLB and SWAP_FLAG_DISCARD
+  - Avoid too much stack use in fnmatch (BZ#11883)
+  - Fix comparison in sqrtl for IBM long double 128
+  - Fix warnings in __bswap_16 (BZ#12194)
+  - Properly quote output of locale (BZ#11904)
+  - Fix concurrency problem between dl_open and dl_iterate_phdr
+  - Fix perturbing in malloc on free (BZ#12140)
+  - Don't expand DST twice in dl_open
+  - Fix memory leak for some invalid regular expressions (BZ#12078)
+  - Linux getifaddrs might return entries with ->ifa_addr being NULL
+    (BZ#12093)
+  - Handle large malloc requests (BZ#12005)
+  - getdents64 fallback d_type support
+  - Fix _FORITY_SOURCE version of longjmp for Linux/x86-64 (BZ#11968)
+  - Fix array overflow in floating point parser (BZ#7066)
+  - Missing server address again leads to localhost being used (BZ#10851)
+  - Document M_PERTURB
+  - Fix vDSO synthetic hwcap handling so they are not masked out from
+    ld.so.cache matching
+  - 32bit memset-sse2.S fails with uneven cache size (BZ#12191)
+  - Verify in ttyname that the symlink is valid (BZ#12167)
+  - Fix x86-64 strchr propagation of search byte into all bytes of SSE
+    register (BZ#12159)
+  - Fix alignment of AVX safe area on x86-64 (BZ#12113, #643889)
+  - Fix strstr and memmem algorithm (BZ#12092)
+  - Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version
+    strn{,case}cmp (BZ#12077)
+  - Fix use of extend_alloca in NIS
+
 * Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.11.2-3
 - Require suid bit on audit objects in privileged programs (CVE-2010-3856)