|
 |
 |
 |
Changelog for glibc-2.4-7mdv2007.0.x86_64.rpm :
* Thu Jan 18 2007 Gwenole Beauchesne 2.4-7mdv2007.1+ Revision: 110393- add Unicode 5.0 support (Pablo)- use Euro in Slovenia- add DT_GNU_HASH_SUPPORT only for MDK >= 2007.1- explicitly optimize for Cell on powerpc * Fri Jan 12 2007 Gwenole Beauchesne 6:2.4-6mdv2007.1+ Revision: 108082- backport DT_GNU_HASH support- sparc64 updates (Peroyvind)- fix lsb T.ttyname_r (Stew, glibc head) * Wed Oct 25 2006 Gwenole Beauchesne 2.4-5mdv- update Brazil tzdata (andreas, #26570)- update powerpc-cpu add-on to 0.03- reintroduce dl-cache AT_PLATFORM check from glibc 2.2.5- really don\'t use -frename-registers (workaround rpmb bug)- add selected fixes from 2.5-branch: * fix ppc{32,64} libSegFault.so register dump * fix 2 NPTL testcases * fix ppc{32,64} longjmp (BZ#3225) * use AT_PLATFORM and limit the number of important hwcaps on ppc * fix ppc{32,64} lrintl/lroundl * fix lrint on ppc32 (BZ#3155) * fix lrint, llrint (BZ#2592) * fix pthread_create() called from cancellation handlers (BZ#3124) * fix pthread_cond_{,timed}wait() cancellation (BZ#3123) * fix invalid free in error(3) (BZ#2998) * fix printing of hexadecimal floating point numbers (BZ#2908) * fix too large key check in pthread_setspecific (BZ#2892) * fix pthread_join() in already cancelled thread (BZ#2843) * fix UINT8_C and UINT16_C definitions in (BZ#2841) * fix mktime() on 32-bit platforms for dates > 2038 (BZ#2821) * fix uninitialized len for alloca in ld.so $ORIGIN/$PLATFORM handling (BZ#2792) * fix malloc(0xFFFFnnnn) corruption from 32-bit wraparound (BZ#2775) * fix insque() to conform to POSIX (BZ#2766) * fix envz_strip() (BZ#2703) * fix dladdr() with SHN_UNDEF symbols (BZ#2683) * provide getlogin prototype even for -D_XOPEN_SOURCE=500 (BZ#2680) * fix cacosh() (BZ#2182) * Tue Jul 25 2006 Gwenole Beauchesne 2.4-4mdk- update kernel headers to 2.6.17- --enable-kernel=2.6.12 on powerpc arches- add powerpc-cpu add-on and optimize for power5 and power6- install generic header (RH #162634)- cleanups (use new %isarch)- sparc changes from Per Oyvind Karlsen- buildrequires: texinfo (Christiaan Welvaart)- build glibc-post-wrapper against newly installed libs (Christiaan) * Tue May 23 2006 Arnaud Patard 2.4-3mdk- update kernel-headers to the 2.6.16-2mdk to be able to build applications that are including linux/input.h * Sat May 20 2006 Gwenole Beauchesne 2.4-2mdk- update new-charsets patch- update kernel-headers to 2.6.16- update x86_64 strings library from AMD * Fri May 12 2006 Gwenole Beauchesne 2.4-1mdk- update to glibc 2.4 + CVS (2006/05/11) minus 2.5-specific bits- drop linuxthreads for now, nptl is the default- update x86_64 math library from AMD * Mon Mar 20 2006 Gwenole Beauchesne 2.3.6-3mdk- refactor nsswitch.conf- fix ENOTTY fr translation (noticed by Rafael)- fix build on sparc32 (Per Oyvind, from Debian)- fix nftw with root directory and FTW_CHDIR (#9121)- fix dlopen() memory leaks (#21691, BZ #2451, from CVS HEAD) * Mon Feb 20 2006 Gwenole Beauchesne 2.3.6-2mdk- all tests pass on ppc64- fix localedef for complex LC_COLLATE rules (BZ #368, HEAD)- make -mno-tls-direct-seg-refs the default for x86 Xen arches- don\'t ship ppc64 asm headers for ppc32 builds- don\'t provide ld-linux.so.2 on ppc (Christiaan Welvaart) * Thu Feb 16 2006 Gwenole Beauchesne 2.3.6-1mdk- 2.3.6- kernel-headers fixes (ppc64, ethtool.h, rsbac_syscall4)- use dedicated macros to handle nscd service (FredL)- fix permissions for */lib/ *.so- fix glibc-devel deps (#19145)- fix upgrades from conectiva, aka conflicts glibc-base <= 2.3.4 (#19256) * Thu Oct 20 2005 Gwenole Beauchesne 2.3.5-6mdk- support kernel 2.6 series only on ppc64- add missing ppc64 asm headers for newer kernels * Tue Aug 30 2005 Gwenole Beauchesne 2.3.5-5mdk- update to 2.6.12-11mdk kernel headers- make glibc-utils scripts biarch capable- ship with localised libc.mo files again- ship with 32-bit profile libs on biarch platforms- move Xen optimized libraries to their own subpackage- check for /lib * prior to writing the upgrade stamp (G. Niemeyer)- fix BZ #1188 (Sergio Gelato, mountd crash) * Sun Aug 07 2005 Gwenole Beauchesne 2.3.5-4mdk- enable fortify with our gcc4- fix amd64 string routines (latest snapshot from SuSE)- provide nptl libraries suitable when running under Xen- drop build support with distcc, icecream is used instead- run testsuite with _NPROCESSORS_ONLN jobs at most (i.e. local run) * Wed Aug 03 2005 Gwenole Beauchesne 2.3.5-3mdk- fix requires for shiny new rpm... and its bugs- update to 2.6.12-8mdk kernel headers- support only 2.6+ kernel series on ppc64- minimal NPTL kernel for 2006 is >= 2.6.9, this brings the following: * getdents syscall returns d_type information as well * ppc adds signal/swapcontext support for VMX instructions & regstate * x86 has a fixed version of posix_fadvise64 * new syscalls: waitid, utimes, tgkill, statfs64- updates from 2.3-branch (2005/07/21): * avoid dynamically sized stack arrays in regex (BZ #1101) * fix sign-extension issues in xdr_stdio on 64-bit big endian machines + xdr{,_u}_hyper fixes (BZ #1098, #1097) * fix ISO-4217 spec for sr_CS locale, aka add CSD currency (BZ #549) * correctly account for characters of decimal points right after +-, aka scanf fixes (BZ #1110) * fix recursive dlclose (BZ #1081) * add %z format to strptime (BZ #1105) * fix age calculation in nscd cache pruning (BZ #1094) * fix segfault in regexec (BZ #934) * fix posix_fallocate semantics using ftruncate (BZ #1083) * fix BZs #1099, #1108, #1100, #1103, #1095, #1101, #779, #1087, * Thu Jun 16 2005 Gwenole Beauchesne 2.3.5-2mdk- generate gconv-modules.cache- requires and post scripts tweaks- add optimized AMD64 strings library- fix tst-cancel17 with newer kernels (CVS HEAD) * Sat Jun 04 2005 Gwenole Beauchesne 2.3.5-1mdk- factor out test matrix- build 32-bit tls libs on x86_64- build tls libraries on sparc64 (Stefan)- remove -fno-unit-at-a-time from build flags- fix aliasing in AMD64 new libm- updates from 2.3-branch (2005/04/27): * update from Intel ia64 libm 2005-03-21 * fix BZs #253, #776, #821, #822, #825, #851, #877 * Wed Mar 16 2005 Gwenole Beauchesne 2.3.4-8mdk- fix initstate_r (#14591) * Thu Mar 10 2005 Gwenole Beauchesne 2.3.4-7mdk- fix package url (MDK #14468, Zeb)- update to 2.6.11-2mdk kernel headers (inotify 0.20)- update to stable 2.3-branch (2005/03/01): * fix BZs #284, #671, #719, #722, #726, #727, #729, #730, #731, * fix segfault in open_path, aka fix rsync --daemon (BZ #738) * fix powerpc64 set/swap context (BZ #700) * support -mno-tls-direct-seg-refs builds (BZ #737) * update to tz{code,data}2005c (BZ #736) * do not allocate potentially large buffers on the stack * futimes() should not fail with ENOENT (BZ #633) * declare ftruncate for POSIX 2003 (BZ #640) * fix rint on powerpc (BZ #602) * update ia64 libm (BZ #592) * fix round() to round return value to nearest (BZ #626) * fix {,q}ecvt{,_r} on denormals (BZ #725) * fix i386 stack alignment in clone and linuxthreads (BZ #723) * Wed Feb 23 2005 Gwenole Beauchesne 2.3.4-6mdk- fix fdim() in x86_64 libm, use glibc implementation- really stick with getconf files in /usr/lib/getconf- update kernel headers to 2.6.10-3mdk for new inotify- kernel header fixes (cdp, fddi) * Thu Feb 10 2005 Gwenole Beauchesne 2.3.4-5mdk- kernel headers fixes (christiaan/ppc, directfb/x86_64, usbutils/any) * Thu Jan 27 2005 Gwenole Beauchesne 2.3.4-4mdk- add missing getconf files- always propagate pgoff_t definition (workaround kernel header) * Mon Jan 24 2005 Gwenole Beauchesne 2.3.4-3mdk- relax __le64 and __be64 definitions in kernel headers * Fri Jan 21 2005 Gwenole Beauchesne 2.3.4-2mdk- update to 2.6.10 kernel headers- add memory clobbers in asm-i386 syscalls as arguments may be pointers to modifiable memory and values need to be reloaded (e.g. _llseek() in util-linux) * Tue Dec 28 2004 Gwenole Beauchesne 2.3.4-1mdk- 2.3.4- fix kernel headers (videodev2.h, blkpg.h on ppc64)- bring \"compat\" only to nsswitch.conf- cosmetics to make check machinery * Thu Nov 25 2004 Gwenole Beauchesne 2.3.3-23mdk- fix cross bootstrap builds- enable biarch support on ppc64- enable tls and nptl on ia64 and ppc64 * Sat Oct 09 2004 Gwenole Beauchesne 2.3.3-22mdk- revert nsswitch.conf change- fix on non x86 platforms- reread /etc/localtime even if just mtime has changed (CVS) * Fri Sep 17 2004 Gwenole Beauchesne 2.3.3-21mdk- add pcc to nptl arches- fix path to nscd socket- bring \"compat\" mode to nsswitch.conf- fix kernel headers for usbutils rebuild * Fri Sep 03 2004 Gwenole Beauchesne 2.3.3-20mdk- add ppc to tls arches (Christiaan Welvaart)- selected fixes from CVS (2004/09/01): * fix locking issues in nscd * fix some IPv6 related bugs * Thu Aug 26 2004 Gwenole Beauchesne 2.3.3-19mdk- fix nice- fix nscd runlevels- selected fixes from CVS (2004/08/24): * add O_NOATIME to linux from 2.6.8+ (BZ #341) * fix nis nss_compat\'s initgroups handling * fix possible problem with ld.so and brk management (BZ #227) * Thu Aug 19 2004 Gwenole Beauchesne 2.3.3-18mdk- add missing glibc compat symlinks- add sparc to TLS arches (Per Oyvind)- fix standalone inclusion * Wed Aug 18 2004 Gwenole Beauchesne 2.3.3-17mdk- enable AMD optimized libm for x86_64- add pow10 and friends in x86_64 libm * Sat Aug 14 2004 Gwenole Beauchesne 2.3.3-16mdk- some minor build arrangements- add compat glibc 2.0 for some ancient programs * Sat Aug 14 2004 Gwenole Beauchesne 2.3.3-15mdk- fix - update from CVS (2004/08/12): * fix BZ #150, #198, #217, #218, #219, #230, #231, #232, #262, #263 * fix pthread_rwlock_timedrdlock on x86_64 * fix values for -m32 -D_FILE_OFFSET_BITS=64 on x86_64 * fix psignal() changes from previous CVS syncs * fix backtrace in statically linked programs on ia64/x86-64/s390{,x} * fix possible buffer overflow in crypt() * fix lowmem handling in chroot_canon() (BZ #199) * handle more than 6 args correctly on x86_64 makecontext() * Thu Aug 12 2004 Gwenole Beauchesne 2.3.3-14mdk- update to 2.6.8 kernel headers (fix #10693)- selected fixes from CVS: * make inet_pton() RFC2133 (BZ #295) * fix strtold() on 32-bit arches with ldbl-96 (BZ #274) * fix pow{,f,l}() on IA-32 and powl() on AMD64 (BZ #258) * Tue Jul 06 2004 Gwenole Beauchesne 2.3.3-13mdk- fix upgrades for /etc/ld.so.conf.d/ *- update to 2.3.4 CVS snapshot (2004/06/01)- update to 2.6.6+ kernel headers, I want POSIX message queues- update patch to handle multiple types of libraries from one ld.so * Wed May 26 2004 Gwenole Beauchesne 2.3.3-12mdk- Make ldconfig handle \"include ld.so.conf.d/ *.conf\" (2.3.4-cvs) * Fri Apr 16 2004 Gwenole Beauchesne 2.3.3-11mdk- Enable use of kernel timers for NPTL timer_create()- Fix mathinline.h again- alpha & sparc64 updates (Stefan)- Merge from AMD64 branch: * Fix rwlocks on AMD64 with NPTL * Various fixes to kernel-headers * Really fix build on AMD64 with 2.4 kernel * Mon Feb 16 2004 Gwenole Beauchesne 2.3.3-10mdk- Fix kernel-headers (___swab64, ix86 ioctl type checking)- Assorted fixes from CVS: * Fix alignment in AMD64 memcpy() * Fix tzset() to cap hour in POSIX $TZ rule format to 24, not 23 * Make stream locking operations really work * Wed Feb 04 2004 Gwenole Beauchesne 2.3.3-9mdk- Run-time detect whether kernel 2.4.X supports TLS * Mon Feb 02 2004 Gwenole Beauchesne 2.3.3-8mdk- Enable NPTL for 2.4.25+ kernels too- Don\'t load TLS libraries on i586 class processors * Fri Jan 23 2004 Gwenole Beauchesne 2.3.3-7mdk- Fix NPTL build on AMD64- Fix ceilf() on AMD64 with new math library * Thu Jan 22 2004 Gwenole Beauchesne 2.3.3-6mdk- Fix for bootsplash- Assorted fixes from CVS: * Handle 6th argument passed to AMD64 syscalls * Add proper unwind information directives to some AMD64 .S files * Mon Jan 19 2004 Gwenole Beauchesne 2.3.3-5mdk- Fix *.h>- Assorted fixes from CVS: * Make strfmon() formatting match the POSIX standard better * Fix memory leak in linuxthreads
|
|
|