From: Andreas Schwab Date: Mon, 6 Sep 2010 12:25:31 +0000 (+0200) Subject: 2.12.90-10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10175f1b671ddf8ebaa5963ed39f1c95fd1504b8;p=thirdparty%2Fglibc.git 2.12.90-10 --- diff --git a/ChangeLog b/ChangeLog index 06a3d064ee5..26e427c10f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -598,17 +598,6 @@ * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file. * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file. -2010-07-18 Andreas Schwab - - * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined - operation. - * libio/iofdopen.c (_IO_new_fdopen): Likewise. - * libio/iofopncook.c (_IO_cookie_init): Likewise. - * libio/iovdprintf.c (_IO_vdprintf): Likewise. - * libio/oldiofdopen.c (_IO_old_fdopen): Likewise. - * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): - Likewise. - 2010-07-09 Ulrich Drepper * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index fb43e6b8912..8fac6a27c07 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: 8 +Release: 10 # 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 @@ -1022,6 +1022,21 @@ rm -f *.filelist* %endif %changelog +* Mon Sep 6 2010 Andreas Schwab - 2.12.90-10 +- Update from master + - Remove invalid iconv aliases (BZ#11979) + - Update x86-64 mpn routines from GMP 5.0.1 + - Fix array overflow in floating point parser (BZ#7066) + - Support fanotify_mark syscall on powerpc32 + - Unroll x86-64 strlen + - Unroll 32bit SSE strlen and handle slow bsf + - Missing server address again leads to localhost being used (BZ#10851) +- Revert last change +- Remove or don't install unpackaged files for auxarches + +* Sat Sep 04 2010 Dennis Gilmore - 2.12.90-9 +- disable unpackaged file check on auxarches + * Mon Aug 23 2010 Andreas Schwab - 2.12.90-8 - Update from master - Fix static strspn on x86 (#624852)