SHA256
6
0
forked from pool/glibc

- Upgrade to latest release/2.11/master - glibc-2.11.2-dd2fde461e30

- Candidate tree for glibc-2.11.3
  - Multitude of various bug fixes

- Enable multi-arch routines support for ppc, ppc64, i686 and x86_64.
  Temporarily, AMD-optimized string routines are disabled. We will
  selectively re-enable them after some more careful benchmarking
  in the next few days.
  Note: In this glibc version, multi-arch routines DO NOT include
  the controversial backwards-copy memcpy().

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=43
This commit is contained in:
Petr Baudis
2010-11-16 01:47:23 +00:00
committed by Git OBS Bridge
parent c944b8437a
commit 9f6e6245a2
9 changed files with 122 additions and 466 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 15 18:43:35 CET 2010 - pbaudis@suse.cz
- Upgrade to latest release/2.11/master - glibc-2.11.2-dd2fde461e30
- Candidate tree for glibc-2.11.3
- Multitude of various bug fixes
-------------------------------------------------------------------
Mon Nov 15 18:29:49 CET 2010 - pbaudis@suse.cz
- Enable multi-arch routines support for ppc, ppc64, i686 and x86_64.
Temporarily, AMD-optimized string routines are disabled. We will
selectively re-enable them after some more careful benchmarking
in the next few days.
Note: In this glibc version, multi-arch routines DO NOT include
the controversial backwards-copy memcpy().
-------------------------------------------------------------------
Wed Oct 27 03:14:37 CEST 2010 - pbaudis@suse.cz