diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-12-14 16:43:55 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-12-14 16:43:55 +0100 |
commit | 600f9723fc372c37adfa171aae8e1f62cb5d5bba (patch) | |
tree | 9f556ef4847407a1f0f0b0ffea48a9c726a28bb2 /fedora | |
parent | 57596e7a129337d40dc4c966aa65009b7339f3cc (diff) |
2.11.90-4fedora/glibc-2.11.90-4
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/glibc.spec.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 12be08269c..623569939d 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: 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 @@ -1030,6 +1030,16 @@ rm -f *.filelist* %endif %changelog +* Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.90-4 +- Update from master. + - Add Requeue-PI support for x86 arch. + - Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels. + - Fix a few error cases in *name4_r lookup handling (BZ#11000). + - Fix kernel version check in recent ptsname change (BZ#11046). + - Add more warnings to exec functions (BZ#11056). + - Add recvmmsg interface. + - Define SCHED_IDLE and SCHED_RESET_ON_FORK for Linux. + * Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11.90-3 - Update from master. - Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690). |