about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-11-20 11:57:55 +0100
committerAndreas Schwab <schwab@redhat.com>2009-11-20 11:57:55 +0100
commitb005db41b616f139902b36654630287a236741e1 (patch)
tree7cddb047628eeef8f7e0fd4c1b22d713ed9e8c1a
parent82e87e05c7ba3748c7f64b7a887908cd6ac9e40c (diff)
downloadglibc-fedora/2.10/master.tar.gz
glibc-fedora/2.10/master.tar.xz
glibc-fedora/2.10/master.zip
-rw-r--r--fedora/glibc.spec.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f8dd34edbe..356a986e7e 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: 5
+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
@@ -1006,6 +1006,18 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Nov 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.2-1
+- Update to glibc-2.10.2 release.
+  - Correct readahead syscall wrapper on powerpc32
+  - Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063)
+  - Fix endless loop in localedef
+  - Handle POSIX2_LINE_MAX in getconf
+  - Fix timer_create to initialize timer_t properly
+  - Fix lookup of group names in hesiod initgroups
+  - Fix fsetpos on wide streams
+  - Fix overflow handling in fdim
+  - Recognize ill-formed { } expressions in regcomp
+
 * Wed Aug 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-5
 - Update from release/2.10/master.
   - handle missing nss module for biarch systems (#512309)