forked from pool/glibc
Accepting request 27940 from Base:System
Copy from Base:System/glibc based on submit request 27940 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/27940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
35b77f97b8
commit
e29cecdd47
114
glibc.changes
114
glibc.changes
@@ -1,3 +1,117 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 23:49:33 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 13:13:01 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- libnldbl_nonshared is only built for sparc32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 20:50:26 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- package libnldbl_nonshared for SPARC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 01:55:16 CET 2009 - pbaudis@suse.cz
|
||||
|
||||
- Upgrade to latest release/2.11/master - glibc-2.11-1bc1954c7357:
|
||||
- This snapshot is slated to become 2.11.1 if all goes well
|
||||
- Mix of fixes for various recently found out issues
|
||||
- Retired patches:
|
||||
glibc-ifunc-dlsym-fixup.diff
|
||||
- [IA64] Fix memchr() on mmap(MAP_SHARED) boundary [fix lighttpd crashes]
|
||||
- Again use 127.0.0.1 as default nameserver in case of empty
|
||||
/etc/resolv.conf [bnc#473308]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 13:15:41 CET 2009 - pbaudis@suse.cz
|
||||
|
||||
- Add 623 and 664 to /etc/bindresvport.blacklist to fix problems with
|
||||
port conflict on some IPMI network cards [bnc#513961]
|
||||
- Allow external additions to /usr/share/locale/locale.alias and
|
||||
/usr/lib/gconv/gconv-modules, required for the SAP-locales package.
|
||||
- Add delimiter in front of external additions to locale/gconv lists
|
||||
- Remove AMD-provided strlen(), upstream is faster.
|
||||
|
||||
- Keep .symtab and .strtab for all glibc-related .so libraries [FATE#307090]
|
||||
[bnc#545721]
|
||||
- [ppc,ppc64] Enable optimized builds for power7; no separate power4, power5
|
||||
builds are generated anymore, instead default glibc is built for power4
|
||||
at least, tuned for power5 execution [FATE#307021]
|
||||
- Large clean-up of the specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 22:47:47 CET 2009 - pbaudis@suse.cz
|
||||
|
||||
- Upgrade to Git HEAD as of 20091105 - glibc-2.11-13f6812ffb5b:
|
||||
* New interfaces: execvpe, pthread_sigqueue, mkstemps, mkstemps64, mkostemps,
|
||||
mkostemps64
|
||||
Implemented by Ulrich Drepper.
|
||||
|
||||
* Checking version of longjmp added that fails if an uninitialized stack
|
||||
frame would be created. Implemented by Ulrich Drepper.
|
||||
|
||||
* STT_GNU_IFUNC is now supported in static executables.
|
||||
Implemented by H.J. Lu.
|
||||
|
||||
* STT_GNU_IFUNC implemented for PPC by Alan Modra.
|
||||
|
||||
* New optimized string functions for x86-64: strstr, strcasestr, memcmp,
|
||||
strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp (SSE2, SSE4.2),
|
||||
strncmp (SSE2, SSE4.2), strchr (SSE4.2), strrchr (SSE4.2).
|
||||
Contributed by H.J. Lu.
|
||||
|
||||
strlen, rawmemchr, strcmp (SSSE3), strncmp (SSSE3).
|
||||
Implemented by Ulrich Drepper.
|
||||
|
||||
* New optimized string functions for x86: strlen, strcspn, strspn, strpbrk,
|
||||
strstr, strcasestr.
|
||||
Contributed by H.J. Lu.
|
||||
|
||||
* Support for fma instruction in AVX on x86-64.
|
||||
Implemented by H.J. Lu and Ulrich Drepper.
|
||||
|
||||
* AVX support in x86-64 auditing support in ld.so.
|
||||
Implemented by H.J. Lu.
|
||||
|
||||
* STB_GNU_UNIQUE support added.
|
||||
Implemented by Ulrich Drepper.
|
||||
|
||||
* Implement second fallback mode for optimized DNS lookup for even more
|
||||
broken environments. If two requests from the same port are not
|
||||
handled correctly close the socket and open a new one before sending
|
||||
the second request. The 'single-request-reopen' option in /etc/resolv.conf
|
||||
can be used to select this mode right away, instead of rediscovering the
|
||||
necessity is every process again.
|
||||
Implemented by Ulrich Drepper.
|
||||
|
||||
* New resolver flag RES_USE_DNSSEC to enable use of verified lookup.
|
||||
Implemented by Adam Tkac.
|
||||
|
||||
* Optimized iconv conversions for S390x.
|
||||
Implemented by Andreas Krebbel.
|
||||
|
||||
* Using condvars with PI mutexes is now more efficient due to kernel
|
||||
support for requeueing to PI futexes. NPTL support added for x86-64.
|
||||
Implemented by Ulrich Drepper.
|
||||
|
||||
* New locales: ps_AF, my_MM
|
||||
- Retired patches:
|
||||
glibc-utmp-timeout-raise.diff
|
||||
glibc-nscd-assert.diff
|
||||
glibc-2.10-mcheck-free-race.diff
|
||||
glibc-nscd-prune-ret.diff
|
||||
- Made ifunc compile on IA64 using patch by H.J.Lu
|
||||
- Fixed compilation on PPC Cell
|
||||
- Lowered utmp locking timeout from 30s to 10s to be compatible
|
||||
with upstream
|
||||
- Allow external additions to /usr/share/locale/locale.alias and
|
||||
/usr/lib/gconv/gconv-modules, required for the SAP-locales package.
|
||||
- Remove AMD-provided strlen(), upstream is faster.
|
||||
- ARM is currently non-functional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 20:18:27 CET 2009 - pbaudis@suse.cz
|
||||
|
||||
|
Reference in New Issue
Block a user