]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-10
authorAndreas Schwab <schwab@redhat.com>
Mon, 6 Sep 2010 12:25:31 +0000 (14:25 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 6 Sep 2010 14:34:44 +0000 (16:34 +0200)
ChangeLog
fedora/glibc.spec.in

index 06a3d064ee592e007079ed3d0c3914546d639604..26e427c10f6eeaf01f5dc7c51ed5b2eac6b0cfff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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  <schwab@linux-m68k.org>
-
-       * 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  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
index fb43e6b891228df0965aa1101f6f26775b8449e0..8fac6a27c0753524f36063f2313081df65c2d47a 100644 (file)
@@ -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 <schwab@redhat.com> - 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 <dennis@ausil.us> - 2.12.90-9
+- disable unpackaged file check on auxarches
+
 * Mon Aug 23 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-8
 - Update from master
   - Fix static strspn on x86 (#624852)