summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-11-05 11:36:26 +0100
committerAndreas Schwab <schwab@redhat.com>2009-11-05 11:36:26 +0100
commitaeabbd4c426c16a9bc6b1256525f911ced1ec381 (patch)
treeb98020bdaffbefc33a50668d641bf779edc1c816
parent60982ed483b9322d4392f5574e745e7c2f06a2a3 (diff)
-rw-r--r--fedora/glibc.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index e06bafee36..c2b558ab89 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,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
@@ -1025,6 +1025,11 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Nov 5 2009 Andreas Schwab <schwab@redhat.com> - 2.11-2
+- Fix readahead on powerpc32.
+- Fix R_PPC64_{JMP_IREL,IRELATIVE} handling.
+- Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063).
+
* Mon Nov 2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
- Update to 2.11 release.
- Disable multi-arch support on PowerPC again since binutils is too old.