SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ldconfig-2.3.6-4.1.20060mdk.i586.rpm :
Thu Sep 28 04:00:00 2006 Vincent Danen 2.3.6-4.1.20060mdk
- build for 2006

Thu Sep 28 04:00:00 2006 Gwenole Beauchesne 2.3.6-4mdk
- use POSIX locale for glibc-post-upgrade
- fix strncmp() in AMD optimized strings library (nano)
- fix strncmp() accesses beyond limits (ppc64, BZ #1877)

Tue Mar 21 03:00:00 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)

Tue Feb 21 03:00:00 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)

Fri Feb 17 03:00:00 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 04:00:00 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 04:00:00 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 7 04:00:00 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 3 04:00:00 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 04:00:00 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 4 04:00:00 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

Thu Mar 17 03:00:00 2005 Gwenole Beauchesne 2.3.4-8mdk
- fix initstate_r (#14591)

Fri Mar 11 03:00:00 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)

Thu Feb 24 03:00:00 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)

Fri Feb 11 03:00:00 2005 Gwenole Beauchesne 2.3.4-5mdk
- kernel headers fixes (christiaan/ppc, directfb/x86_64, usbutils/any)

Fri Jan 28 03:00:00 2005 Gwenole Beauchesne 2.3.4-4mdk
- add missing getconf files
- always propagate pgoff_t definition (workaround kernel header)

Tue Jan 25 03:00:00 2005 Gwenole Beauchesne 2.3.4-3mdk
- relax __le64 and __be64 definitions in kernel headers

Sat Jan 22 03:00:00 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)

Wed Dec 29 03:00:00 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

Fri Nov 26 03:00:00 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 9 04:00:00 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 04:00:00 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 3 04:00:00 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 04:00:00 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 04:00:00 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 04:00:00 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 04:00:00 2004 Gwenole Beauchesne 2.3.3-16mdk
- some minor build arrangements
- add compat glibc 2.0 for some ancient programs

Sat Aug 14 04:00:00 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 04:00:00 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 6 04:00:00 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 04:00:00 2004 Gwenole Beauchesne 2.3.3-12mdk
- Make ldconfig handle \"include ld.so.conf.d/
*.conf\" (2.3.4-cvs)

Fri Apr 16 04:00:00 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

Tue Feb 17 03:00:00 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

Thu Feb 5 03:00:00 2004 Gwenole Beauchesne 2.3.3-9mdk
- Run-time detect whether kernel 2.4.X supports TLS

Tue Feb 3 03:00:00 2004 Gwenole Beauchesne 2.3.3-8mdk
- Enable NPTL for 2.4.25+ kernels too
- Don\'t load TLS libraries on i586 class processors

Sat Jan 24 03:00:00 2004 Gwenole Beauchesne 2.3.3-7mdk
- Fix NPTL build on AMD64
- Fix ceilf() on AMD64 with new math library

Fri Jan 23 03:00:00 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

Tue Jan 20 03:00:00 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

Sat Jan 17 03:00:00 2004 Gwenole Beauchesne 2.3.3-4mdk
- Fixlets for new rpm
- Regexp fixes from CVS

Fri Jan 9 03:00:00 2004 Gwenole Beauchesne 2.3.3-3mdk
- Kernel 2.6 headers
- Make librt.so a symlink again
- Enable NPTL support for systems with kernel >= 2.5.70
- Alpha fixes from Debian (Stefan)

Tue Jan 6 03:00:00 2004 Gwenole Beauchesne 2.3.3-2mdk
- Fixlets for new sash (Pixel)

Sat Dec 6 03:00:00 2003 Gwenole Beauchesne 2.3.3-1mdk
- 2.3.3

Fri Oct 10 04:00:00 2003 Gwenole Beauchesne 2.3.2-15mdk
- Rebuild with latest rpm so that libraries in EXCLUDE_FROM_STRIP are
kept intact during symbols extraction for -debug package

Sat Aug 30 04:00:00 2003 Gwenole Beauchesne 2.3.2-14mdk
- Patch40: Avoid
*/lib/i686 compiled libraries to be loaded if the
host doesn\'t support CMOV instructions

Wed Aug 27 04:00:00 2003 Gwenole Beauchesne 2.3.2-13mdk
- Patch39: Fix _IO_fwide() for GLIBC_2.0 compatibility (Ulrich Drepper)

Sat Aug 23 04:00:00 2003 Gwenole Beauchesne 2.3.2-12mdk
- Fix to mark long long types as GNU __extension__
- Assorted fixes fro current CVS:
- Patch35: Fix libio for arches without < GLIBC_2.2 compatibility
- Patch36: Binary compatibility fix for _resAATTGLIBC_2.0
- Patch37: Strict aliasing fixes in
- Patch38: Fix C++/dlerror/pthread problem

Wed Aug 13 04:00:00 2003 Gwenole Beauchesne 2.3.2-11mdk
- Update kernel-headers to 2.4.22-0.3mdk for new alsa
- Fix kernel-headers to not include in
- Patch34: wcsmbs fixes from current CVS (Ulrich Drepper)

Wed Jul 30 04:00:00 2003 Gwenole Beauchesne 2.3.2-10mdk
- Fix nscd installation
- Patch32: Workaround i586 rtld regression from last release

Tue Jul 29 04:00:00 2003 Gwenole Beauchesne 2.3.2-9mdk
- Update Patch18 (i586-hptiming) to really initilize _dl_hwcap
- Patch32: Add -fno-reorder-block to build -m32 dl-load.c on AMD64
- Patch33: Fix amd64 ldconfig (Jakub Jelinek, CVS)

Sat Jul 26 04:00:00 2003 Gwenole Beauchesne 2.3.2-8mdk
- Update to 2.3.2-CVS (2003/07/04)
- Patch30: Update libm ULPs for cos() and 3.3-hammer branch
- Patch31: SSE fixes from newer CVS (fix i686 libm regression testing)

Sat Jul 26 04:00:00 2003 Gwenole Beauchesne 2.3.2-7mdk
- -fcall-used-g6 on sparc (Per Oyvind Karlsen)
- Patch20: Recognize amd64-
*
- Patch24: Add new AMD64 math library
- Patch33: Fix linuxthreads32 tests on AMD64 (Jakub Jelinek, CVS)
- Patch102: Mark GNU extensions in *.h>

Sat Jul 19 04:00:00 2003 Gwenole Beauchesne 2.3.2-6mdk
- Enable %fs on AMD64, kernel contains necessary fixes
- Fix build on biarch platforms, -m32 is not cross-compiling

Thu Jul 10 04:00:00 2003 Gwenole Beauchesne 2.3.2-5mdk
- Don\'t use /bin/rm if it is not available on the system (1st time install)
- All tests now pass on PPC according to Olivier Thauvin
- Patch32: Add Asia/Beijing alias and other time zones requested by users

Fri Jun 6 04:00:00 2003 Gwenole Beauchesne 2.3.2-4mdk
- All tests should pass on ia64 nowadays too
- Patch31: Reintegrate workaround for kernel bug in tcsetattr. According
to Stew, this fixes an LSB regression. However, the kernel bug remains...

Tue May 13 04:00:00 2003 Gwenole Beauchesne 2.3.2-3mdk
- Assorted fixes from CVS and RH glibc errata

Fri Apr 4 04:00:00 2003 Gwenole Beauchesne 2.3.2-2mdk
- Patch28: Fix get_proc_path(), aka getconf _NPROCESSORS_ONLN (Jakub Jelinek)

Fri Apr 4 04:00:00 2003 Gwenole Beauchesne 2.3.2-1mdk
- Update to 2.3.2-CVS (2003/04/01)

Sun Mar 16 03:00:00 2003 Gwenole Beauchesne 2.3.1-12mdk
- Enable cross-compilation

Thu Mar 6 03:00:00 2003 Gwenole Beauchesne 2.3.1-11mdk
- Remove useless Requires: libgd1 for glibc-utils
- Patch28: Make errno and _res re-available at link time (Daniel Jacobwitz)

Tue Feb 18 03:00:00 2003 Gwenole Beauchesne 2.3.1-10mdk
- Rebuild against latest binutils so that accesses to errno don\'t bind locally
- Patch25: Various nscd config & script fixlets (RH)
- Patch26: Really do handle HUP signal for nscd reload (RH)
- Patch27: Fix nextafterl() on x86 (CVS)

Sat Feb 15 03:00:00 2003 Gwenole Beauchesne 2.3.1-9mdk
- Update kernel headers to 2.4.21-0.pre4.6mdk

Fri Feb 14 03:00:00 2003 Gwenole Beauchesne 2.3.1-8mdk
- Ship with libpthread_nonshared.a
- Workaround build with gcc 3.3-hammer, i.e. disable -funit-at-time
- Patch22: Fix struct dqstats () to match kernel headers
- Patch23: Implement x86-64 access to FPU control word bits (Olaf Flebbe)
- Patch101: Fix ppc kernel header (Franz Sirl, SuSE 2.3.1-32)
- Update to 2.3.1-CVS (2003/02/12):
- Add cancellation support
- Add and fix support for AT_SYSINFO
- Add nsec resolution for struct stat and struct stat64
- Fix dlclose, _res, malloc, vfork in linuxthreads, regex once more
- Fix handling of encodings with //TRANSLIT in bind_textdomain_codeset()

Thu Jan 23 03:00:00 2003 Gwenole Beauchesne 2.3.1-7mdk
- Remove obsolete Patch20 (x86_64-mathasm)
- Prelink -r i686 libc.so
- Patch20: Revert latest linuxthreads changes on x86-64 for now
- Patch22: Add yet more regex fixes from current CVS
- Patch24: Handle locale-archive in locale -a. Fix LC_MEASUREMENT
locale bug (Jakub Jelinek, Andreas Schwab from current CVS)

Tue Dec 24 03:00:00 2002 Gwenole Beauchesne 2.3.1-6mdk
- Revert to glibc-2.3.1 sources as of 2002/12/10
- Patch22: Add regexp fixes from current CVS (2002/12/19)
- Patch23: Revert cancellation wrappers from libtphread.so.0(GLIBC_2.3.2)

Tue Dec 24 03:00:00 2002 Frederic Lepied 2.3.1-5mdk
- Back to Conflicts: initscripts < 6.91-18mdk
- Source13: Inline upgrade script (Fred)

Fri Dec 20 03:00:00 2002 Gwenole Beauchesne 2.3.1-4mdk
- Yet another fix to
- Update to 2.3.1-CVS (2002/12/19)
- Regexp fixes
- Add support for cancellation handling

Thu Dec 19 03:00:00 2002 Gwenole Beauchesne 2.3.1-3mdk
- Fix yet again

Wed Dec 18 03:00:00 2002 Gwenole Beauchesne 2.3.1-2mdk
- PreReq: initscripts >= 6.91-18mdk instead of Conflicts the other way

Wed Dec 18 03:00:00 2002 Gwenole Beauchesne 2.3.1-1mdk
- Move to 2.3.1-CVS (2002/12/10)
- Update new charsets from Pablo
- Nuke kernel-headers sub package, merge it into glibc-devel
- Patch15: Add glibc-2.2 compatibility to workaround broken programs for now
- Patch17: Enable compatibility with older IBM JDK (Jakub Jelinek)
- Really fix MDK 8.2 -> 9.1 ppc upgrade I messed up earlier (Stew)

Wed Dec 11 03:00:00 2002 Gwenole Beauchesne 2.2.5-22mdk
- Renew and factorize glibc build system
- Fix detection of gcc version for addition of -finline-limit=
- Update Patch6 (exit-during-install) to quit ldconfig only if we are
installing within DrakX and no extra arguments are used (gc)
- Ship with i686 libthread_db.so.1 otherwise gdb is getting confused
if i686 libpthread is loaded along with i586 libthread_db.so.1. It
worked before because libpthread was fully stripped

Sat Dec 7 03:00:00 2002 Gwenole Beauchesne 2.2.5-21mdk
- Enable make check\'ing on PPC, it reportedly no longer hangs
- Make a biarch package for x86-64. We do need 32-bit static libraries
to build biarch gcc and I don\'t want to mess with a glibc32 package
- Update Patch25 (i386-fix-hwcaps) in order to better match output of
/proc/cpuinfo concerning SSE and SSE2. In other words, do search in

*/lib/
*/sse{,2} instead of
*/xmm{,2}

Thu Nov 21 03:00:00 2002 Gwenole Beauchesne 2.2.5-20mdk
- Workaround 8.2 -> 9.0 upgrade borkage on PPC (Stew)
- Update Patch21 (ia64-fix-strncpy) yet again with glic-2.3-branch
implementation as rev 1.9 + Kenneth Chen new changes
- Patch102: Fix to include
- Patch25: Remove \"amd3d\" hwcap for now since kernel people decided to
move it to second hwcap word which is not passed to glibc. Add SSE
and SSE2 features to HWCAP_IMPORTANT. i.e. SSE2 optimized libraries
can now be looked into
*/lib/
*/xmm2

Sat Nov 9 03:00:00 2002 Gwenole Beauchesne 2.2.5-19mdk
- Update Patch21 (ia64-fix-strncpy). Also provide a testcase (Ken Chen)
- Really strip only debug symbols and .comment sections from libpthread

Fri Nov 8 03:00:00 2002 Gwenole Beauchesne 2.2.5-18mdk
- Patch21: Fix IA-64 strncpy() (Ken Chen)
- Patch22: Add Itanium2 optimized bzero(), memset(), memcpy()
functions (Sverre Jarp, 2.3-branch). Also define __bzero().
- Patch23: Add IA-64 libgcc routines for binary compatibility when
building with gcc 3.X (Jakub Jelinek, 2.3-branch)
- Patch24: Revert latest linuxthreads changes on x86-64 for now
- Rediff Patch16 (hwcap-check-platform), partly merged upstream
- Update to 2.2-branch (CVS snapshot 2002/09/30):
- Fix ABI compatibility with libc compiled with old tools on powerpc
- Fix arguments of shmat() in x86-64 syscall definitions
- Really store errno as a 32-bit value on x86-64
- Use __cache_line_size to select the correct stride for dcbz on memset/ppc

Thu Nov 7 03:00:00 2002 Gwenole Beauchesne 2.2.5-17mdk
- Add debug sub-package
- Conflicts: glibc < 2.2.5-6mdk for timezone package
- Update kernel headers to 2.4.19-18.2mdk

Tue Aug 20 04:00:00 2002 Gwenole Beauchesne 2.2.5-16mdk
- Patch20: revert additions of __nanosleep in 2.2.6 namespace
- Update Patch7 (share-locale) to fix location of locales on x86-64
- Update to 2.2-branch (CVS snapshot 2002/08/12):
- Fix statvfs ST_NODIRATIME
- Fix rewind() after first fwscanf() (PR libc/4070)
- Fix semctl() on PPC (PR libc/3259)
- Fix pread()/pwrite()
- Check for overflow on multiplication in xdr_array() and calloc()
- Merge with SuSE releases:
- Add x86-64 asm optimized string functions
- Implement {get,set,make,swap}context on x86-64

Wed Aug 14 04:00:00 2002 Gwenole Beauchesne 2.2.5-15mdk
- Automated rebuild with gcc 3.2-0.3mdk

Tue Jul 23 04:00:00 2002 Gwenole Beauchesne 2.2.5-14mdk
- Patch22: Don\'t segfault on empty charmap file (Bruno Haible)
- Patch23: Don\'t use __thread as identifier since it is now a gcc3.3+ keyword

Sun Jul 21 04:00:00 2002 Gwenole Beauchesne 2.2.5-13mdk
- Fix create_asm_headers.sh to correctly translate \'-\' to \'_\' as well
- Fix %post buglets introduced in previous release

Sun Jul 21 04:00:00 2002 Gwenole Beauchesne 2.2.5-12mdk
- Add biarch headers, clean kernel-headers
- Strip libpthread, do ship with i686 librt
- Fix service restart in %post when xfs is running (Pablo)
- Go back at using ../configure and pass correct host information
- Minimum kernel supported is back to 2.2.5 on ia32 for non-floating stacks
- Merge with SuSE releases:
- Add some optimized x86-64 math routines
- Fix lgammal_r implementation
- Warn about using host caching with nscd, in the config file

Wed Jul 17 04:00:00 2002 Jeff Garzik 2.2.5-11mdk
- Patch25: fix alpha asm for recent binutils (Roland McGrath, via Stefan)

Wed Jul 10 04:00:00 2002 Gwenole Beauchesne 2.2.5-10mdk
- Static-devel\'ization
- Explicit Requires: version-release for glibc-devel
- Update kernel-headers to 2.4.18-21mdk for new alsa 0.9.0-rc2

Sat Jul 6 04:00:00 2002 Gwenole Beauchesne 2.2.5-9mdk
- Add nscd user
- Remove merged bits from Patch50 (x86_64-linuxthreads)
- Fix Patch19 (hwcap-check-platform) so that the platform check in
HWCAP_CHECK is performed even if _dl_platform was NULL. This happens
for example in a statically linked executable that uses dlopen().

Thu Jul 4 04:00:00 2002 Gwenole Beauchesne 2.2.5-8mdk
- Add /usr/bin/sln, it\'s not useless for users
- Don\'t package pt_chown. It is only needed if devpts is not used. But
since we are running kernel 2.4+, that\'s fine without
- Patch19: Skip library that is not of a subarch of running architecture
- Patch20: Define sqrtl() on PPC, should fix OOo link there
- Update to 2.2-branch (CVS snapshot 2002/07/02):
- Fix libgcc compat on PPC
- Fix getcontext() on IA-64 to really match David\'s change
- Rewrite x86-64 elf_machine_load_address() to not use 32-bit pc
relative relocations

Sat Jun 22 04:00:00 2002 Gwenole Beauchesne 2.2.5-7mdk
- Sanitize specfile (BuildRequires: perl, url tag, use %configure)
- Add i686 optimized libraries in /lib/i686
- Disable tests on ppc for now

Sat Jun 15 04:00:00 2002 Gwenole Beauchesne 2.2.5-6mdk
- Remove -D__USE_STRING_INLINES
- Add Provides: ld.so.1 on PPC
- Remove BuildRequires: gcc = 2.95.3 on PPC
- Make check in %build stage
- Patch15: Add changes from former Source12 (gb18030) but disable that
in regression testing
- Patch16: Use old DE.po since the new one from 2002/05/14 is
incomplete and results in failures for intl checks
- Patch17: Add i386 ULPs for cacosh() tests
- Major specfile reorganization, new subpackages (glibc-i18n,
glibc-doc, glibc-doc-pdf, timezone)
- Update to 2.2-branch (CVS snapshot 2002/06/09):
- X86-64 fixes and additions
- Correct calls to __lseek() in the dynamic linker
- Fix recovery code in strncpy() on IA-64
- Correct check for size of alignment value in __posix_memalign()
- Fix a typo causing only lower 4 bits of each ethernet address byte
being assigned
- Merge with SuSE releases (2 new patches):
- Fix linuxthreads for x86-64
- Enable profiling on x86-64

Wed May 8 04:00:00 2002 Gwenole Beauchesne 2.2.5-5mdk
- Automated rebuild in gcc3.1 environment

Thu May 2 04:00:00 2002 Gwenole Beauchesne 2.2.5-4mdk
- Update kernel-headers to match 2.4.18-13mdk (alsa-headers 0.9.0rc1)
- Patch14: Create lddlibc4 and ld-linux.so.2 files on PPC (Stew)
- Also add lddlibc4 for other arches

Tue Apr 16 04:00:00 2002 Gwenole Beauchesne 2.2.5-3mdk
- Update to 2.2-branch (CVS snapshot 2002/04/14):
- Fix mktime() again
- Fix relocation dependency handling
- Fix symbol lookup for most recent vs. earliest version of a symbol
(aka. fix undefined atexit symbol problem with VisualWorks Smalltalk)
- Add Requires: libgd1 to glibc-utils
- Update kernel-headers to match 2.4.18-11mdk with alsa-headers
- Per Stew and Andrew Josey\'s recommendantions, don\'t obsolete old
currencies from Euro countries. Aka. revert 2002-02-28 change.

Fri Apr 12 04:00:00 2002 Gwenole Beauchesne 2.2.5-2mdk
- Update to 2.2-branch (CVS snapshot 2002/04/08)
- Update kernel-headers to match 2.4.18-10mdk
- Strip debugging info from all static libraries
- Build with --enable-kernel=2.4.1 on all arches

Fri Mar 22 03:00:00 2002 Gwenole Beauchesne 2.2.5-1mdk
- Regenerate Patch9 for new charsets
- Remove ldd-rewrite Patch11 for IA-64 (merged upstream)
- Add glibc-utils package for memusage, mtrace and xtrace
- Update to 2.2-branch (CVS snapshot 2002/03/20):
- Correctly close the UDP connection right away [PR libc/3120]
- Fix daylight setting for tzset
- Fix DST handling for southern hemisphere
- Fix ftime, aka don\'t return 1000 in millitm
- Fix nice return value
- Provide libc\'s __{,u}{div,mod}di3 since it is not possible to grab
it from libgcc.a anymore (gcc-3.1 libgcc.a has all its routines
.hidden)
- Store correct collation sequence values
- Remove some string2.h optimizations for gcc-3.0+

Fri Mar 8 03:00:00 2002 Gwenole Beauchesne 2.2.4-25mdk
- 2.4.18-4mdk kernel headers
- Fixup Source11 (make_versionh.sh) for s/kheaders/kheaders_ver/

Thu Feb 7 03:00:00 2002 Gwenole Beauchesne 2.2.4-24mdk
- Spec cleanups.
- 3 new patches from glibc-2.2.5:
- Patch60: Bugfix to pthread_key_delete. It was iterating over the
thread manager\'s linked list of threads, behind the thread
manager\'s back causing a race. The fix is to have the manager
iterate over the threads instead, using a new request type for
doing so. (Kaz Kylheku)
- Patch61: specific.c (pthread_key_delete): Don\'t contact the thread
manager if no threads have been created yet. (Andreas Schwab)
- Patch62: When sigaction in libpthread is called the first time for
a signal we don\'t know whether the old signal handler is SIG_DFL
or SIG_IGN, so we must return the value that the kernel
reports. (Andreas Schwab)

Tue Jan 29 03:00:00 2002 Pablo Saratxaga 2.2.4-23mdk
- replaced the gb18030 support with the one from Thiz Laboratory as
suggested by Geoffrey Lee

Tue Jan 15 03:00:00 2002 Chmouel Boudjnah 2.2.4-22mdk
- Conflicts with older initscripts (don\'t do Requires: to don\'t screwd
up install requires and it\'s only needed when upgrade).
- Use /sbin/service --fullrestartall instead of doing in %post.

Tue Jan 15 03:00:00 2002 Chmouel Boudjnah 2.2.4-21mdk
- s|modversion|modversions|; (Thanks a lot Andrej).

Fri Jan 11 03:00:00 2002 Chmouel Boudjnah 2.2.4-20mdk
- Remove netatalk/at.h to avoid conflict with netatalk rpm\'s.

Thu Jan 10 03:00:00 2002 Chmouel Boudjnah 2.2.4-19mdk
- 2.4.17 kernel headers.

Thu Dec 20 03:00:00 2001 Chmouel Boudjnah 2.2.4-18mdk
- Add rh patch for gcc3 support.

Thu Dec 20 03:00:00 2001 Chmouel Boudjnah 2.2.4-17mdk
- Add rh patches (j.jelinek 2.2.4-19.3):
- fix inttypes.h typo (#57268)
- fix glob buffer overflow
- add selected changes from CVS
- handle DT_RUNPATH properly
- fix
*scanf nan/inf handling
- fix strndup
- fix fnmatch - handling at end of bracket expr
- allow dlfcn.h to be used in C++
- fix IPv6 reverse lookups
- avoid SPARC warnings in bits/mathinline.h
- Sync with latest kernel headers.

Wed Dec 5 03:00:00 2001 Chmouel Boudjnah 2.2.4-16mdk
- Fix upgrade to relaunch service only when upgrade between version.
- Rewrote the glibc upgrade %post to do a correct ordering of services.

Tue Dec 4 03:00:00 2001 Chmouel Boudjnah 2.2.4-15mdk
- sync with kernel-headers 2.4.16.

Fri Nov 30 03:00:00 2001 Chmouel Boudjnah 2.2.4-14mdk
- Fix stupidities in version.h generation.

Fri Nov 30 03:00:00 2001 Chmouel Boudjnah 2.2.4-13mdk
- Include more explicit #error in modversion.sh like the one of version.sh.
- Fix %post to restart the service only when is present.

Thu Nov 22 03:00:00 2001 Chmouel Boudjnah 2.2.4-12mdk
- Move the kernel-headers package here.
- Big specs changes to compile with the kernel-headers.

Wed Nov 14 03:00:00 2001 Chmouel Boudjnah 2.2.4-11mdk
- New charset patch from pablo.

Tue Nov 13 03:00:00 2001 Chmouel Boudjnah 2.2.4-10mdk
- Merge with latest rh.
- turn /usr/lib/librt.so into linker script.
- call xtrace with xvt not xterm (snailtalk).

Thu Nov 1 03:00:00 2001 Gwenole Beauchesne 2.2.4-9mdk
- Patch14: timer_delete, timer_settime.c: Thread may be NULL for SIGEV_NONE
- Patch13: Protect all communications from and to manager with
TEMP_FAILURE_RETRY. aka. Fix bug in LinuxThreads where manager and
threads could get out of synch due to an interrupted read call.

Thu Oct 4 04:00:00 2001 Gwenole Beauchesne 2.2.4-8mdk
- Add BuildRequires: tetex-latex
- Use /bin/rm in %post scriptlet
- Patch11: Enable ldd to know about IA-32 binaries or libraries on IA-64
- Patch12: Define __gwchar_t to wchar_t for C++ in

Wed Sep 19 04:00:00 2001 Gwenole Beauchesne 2.2.4-7mdk
- Remove Patch200: strnlen() for IA-64 is now fixed upstream,
and strncpy() has been improved

Tue Sep 11 04:00:00 2001 Frederic Lepied 2.2.4-6mdk
- fix perror

Wed Sep 5 04:00:00 2001 Chmouel Boudjnah 2.2.4-5mdk
- Merge new_charsets patch with latest release.

Tue Sep 4 04:00:00 2001 Chmouel Boudjnah 2.2.4-4mdk
- Merge with 2.2.4-11 rh release.

Tue Sep 4 04:00:00 2001 Chmouel Boudjnah 2.2.4-3mdk
- Merge with latest rh release.

Tue Aug 21 04:00:00 2001 Chmouel Boudjnah 2.2.4-2mdk
- Add pablo new_charsets patch for 2.2.4.

Tue Aug 21 04:00:00 2001 Chmouel Boudjnah 2.2.4-1mdk
- 2.2.4.
- Spec cleanup.

Wed Aug 15 04:00:00 2001 Chmouel Boudjnah 2.2.3-8mdk
- Add /usr/lib/gconv to filelist (pixel).

Wed Aug 1 04:00:00 2001 Chmouel Boudjnah 2.2.3-7mdk
- Merge with rh patches.

Mon Jul 30 04:00:00 2001 Giuseppe Ghib� 2.2.3-6mdk
- fixed typo in Summary (s/librairies/libraries).
- added glibc PDF documentation.

Fri Jul 27 04:00:00 2001 Gwenole Beauchesne 2.2.3-5mdk
- Reverted strncpy patch for ia64 (caused segfaults in stage1-install/slang)
- Merge with latest rh (2.2.3-14) :
- kill non-pic code in libm.so
- fix getdate
- fix some locales (RH-#49402)
- add floating stacks on IA-64, Alpha, Sparc (RH-#49308)

Tue Jul 24 04:00:00 2001 Stew Benedict 2.2.3-4mdk
- no -freorder-blocks on PPC, Requires gcc 2.96 bypassed on glibc-devel for PPC

Sat Jul 21 04:00:00 2001 Frederic Lepied 2.2.3-3mdk
- Merge with latest rh (2.2.3-13).

Wed May 30 04:00:00 2001 Chmouel Boudjnah 2.2.3-2mdk
- Add wins to default host of nsswitch.conf (staburet).
- Merge with latest Red Hat (2.2.3-10) :
- fix #include with -D_XOPEN_SOURCE=500 on ia64 (#35968)
- fix a dlclose reldeps handling bug
- some more profiling fixes
- fix tgmath.h

Tue May 22 04:00:00 2001 Chmouel Boudjnah 2.2.3-1mdk
- 2.2.3.

Mon Apr 23 04:00:00 2001 Chmouel Boudjnah 2.2.2-5mdk
- Upgrade to the rh version of glibc (pre 2.2.3 with fixes).
- This release fix Oracle and JVM problems.

Thu Feb 22 03:00:00 2001 Chmouel Boudjnah 2.2.2-4mdk
- Exclude libpthread to be stripped also.

Wed Feb 21 03:00:00 2001 Chmouel Boudjnah 2.2.2-3mdk
- Define PATH_VI to /bin/vi and not /usr/bin/vi.

Sun Feb 18 03:00:00 2001 Chmouel Boudjnah 2.2.2-2mdk
- Add a __truncate64 for 64 bytes arch.
- Add updated patch from pablo for the new charsets.

Sat Feb 17 03:00:00 2001 Chmouel Boudjnah 2.2.2-1mdk
- 2.2.2.

Wed Feb 7 03:00:00 2001 Chmouel Boudjnah 2.2.1-7mdk
- Add new charsets from pablo.

Thu Feb 1 03:00:00 2001 Francis Galiegue 2.2.1-6mdk
- Now compiles on ia64

Sun Jan 28 03:00:00 2001 David BAUDENS 2.2.1-5mdk
- PPC: rebuild with GCC 2.95.3
- PPC: use lower but safer optimizations

Sat Jan 20 03:00:00 2001 David BAUDENS 2.2.1-4mdk
- PPC: use default optimizations

Tue Jan 16 03:00:00 2001 Chmouel Boudjnah 2.2.1-3mdk
- Don\'t restart the network subsystem service also.

Tue Jan 16 03:00:00 2001 Chmouel Boudjnah 2.2.1-2mdk
- Get the getaddrinfo fix from cvs.

Tue Jan 16 03:00:00 2001 Chmouel Boudjnah 2.2.1-1mdk
- Don\'t restart pcmcia service when upgrading.
- 2.2.1.

Thu Jan 11 03:00:00 2001 Pablo Saratxaga 2.2-22mdk
- added support for all the extra charsets so iconv() can convert
between them

Wed Dec 13 03:00:00 2000 Chmouel Boudjnah 2.2-21mdk
- Default without kernel-2.4 (silly me).

Wed Dec 13 03:00:00 2000 Chmouel Boudjnah 2.2-20mdk
- Compile by default with kernel-2.4. enabled (but make it as option).

Fri Dec 8 03:00:00 2000 Chmouel Boudjnah 2.2-18mdk
- Remove useless timezone/{posix,right}.

Thu Dec 7 03:00:00 2000 Chmouel Boudjnah 2.2-17mdk
- Don\'t include useless /sbin/sln.

Thu Dec 7 03:00:00 2000 Chmouel Boudjnah 2.2-16mdk
- Revert to sash like before.

Wed Dec 6 03:00:00 2000 Chmouel Boudjnah 2.2-15mdk
- Make script executed thought /bin/ash.static and don\'t depend of bash.

Wed Dec 6 03:00:00 2000 Chmouel Boudjnah 2.2-14mdk
- Make /usr/share/locale default locale path.

Sun Dec 3 03:00:00 2000 Chmouel Boudjnah 2.2-13mdk
- Move ldconfig to his own package.

Wed Nov 29 03:00:00 2000 David BAUDENS 2.2-12mdk
- Adjust BuildFlags for GCC-2.96 (PPC)

Mon Nov 27 03:00:00 2000 Chmouel Boudjnah 2.2-11mdk
- Remove zic manpages conflicts.

Sun Nov 26 03:00:00 2000 Chmouel Boudjnah 2.2-10mdk
- New manpages from Debian.
- Include everything in zoneinfo/ dir not only [A-Z]
* (fix tzselect).
- Don\'t launch ldconfig if we find DURING_INSTALL env.

Sun Nov 26 03:00:00 2000 Chmouel Boudjnah 2.2-9mdk
- Fix ldconfig with soname (libc-hackersAATT).

Fri Nov 24 03:00:00 2000 Chmouel Boudjnah 2.2-8mdk
- Provides: Obsoletes: ld.so ldconfig, add ldconfig from glibc.

Thu Nov 23 03:00:00 2000 Geoffrey Lee 2.2-7mdk
- get compiled on alpha. (Stefan.)

Thu Nov 23 03:00:00 2000 Chmouel Boudjnah 2.2-6mdk
- Don\'t include %{_includedir} and %{_infodir} in the file list.
- Put libpcprofile.so libmemusage.so to devel package.
- Fix syntax error in script (thnks: fcrozat).
- Merge debian patch :
o (glibc-2.2-nss-upgrade.patch.bz2)
This patch makes future upgrades easier. It resolves problems with
running daemons having NSS modules upgraded out from under them.

Tue Nov 21 03:00:00 2000 Chmouel Boudjnah 2.2-5mdk
- If we find broken link after install erase it to make ldconfig
happy.

Fri Nov 17 03:00:00 2000 Frederic Lepied 2.2-4mdk
- don\'t strip ld-2.2.so

- use sash in %pre because bash needs the libc...
- don\'t resart netfs on upgrade.

Wed Nov 15 03:00:00 2000 Frederic Lepied 2.2-3mdk
- added a prereq on /bin/sh.

Sat Nov 11 03:00:00 2000 Frederic Lepied 2.2-2mdk
- don\'t abort if a service doesn\'t restart

Sat Nov 11 03:00:00 2000 Frederic Lepied 2.2-1mdk
- 2.2
- try to restart the services on upgrade.

Thu Nov 9 03:00:00 2000 David BAUDENS 2.1.97-4mdk
- Try to optimize for PPC

Wed Nov 8 03:00:00 2000 David BAUDENS 2.1.97-3mdk
- Fix build on PPC (don\'t try to use gcc-2.96)

Wed Nov 8 03:00:00 2000 Frederic Lepied 2.1.97-2mdk
- devel package depends on glibc %version-%release
- fixed the __sysconf function not present in dynamic lib.

Wed Nov 8 03:00:00 2000 Frederic Lepied 2.1.97-1mdk
- 2.1.97

Fri Oct 27 04:00:00 2000 Frederic Lepied 2.1.95-3mdk
- removed dependency on basesystem (this was doing a prereq loop).

Thu Oct 26 04:00:00 2000 Frederic Lepied 2.1.95-2mdk
- changed the Prereq basesystem in Requires.
- added Prereq on /sbin/ldconfig

Thu Oct 19 04:00:00 2000 Chmouel Boudjnah 2.1.95-1mdk
- 2.1.95.

Wed Oct 18 04:00:00 2000 Chmouel Boudjnah 2.1.92-2mdk
- Fix \"warning: pointer of type `void
*\' used in arithmetic\" in string2.h.
- Fix pthreads manpages.
- Use AATTifnottex instead of AATTifinfo in texinfo files.
- Add BIG5_1984 eo_EO locales.
- Make ldd non-executable aware.
- Define VARDB in /var/lib/misc like FHS want.
- Fix some C++ unaligned traps on alpha.
- Add patches from Debian.

Wed Oct 18 04:00:00 2000 Chmouel Boudjnah 2.1.92-1mdk
- 2.1.92.

Wed Oct 11 04:00:00 2000 David BAUDENS 2.1.3-17mdk
- BuildRequires: patch, gettext

Tue Sep 5 04:00:00 2000 Chmouel Boudjnah 2.1.3-16mdk
- Get another security fix from cvs for locales.
- Remove security patch from caldera and get the official one from cvs.

Sun Sep 3 04:00:00 2000 Pixel 2.1.3-15mdk
- move a hell lot of doc to glibc-devel
- use find_lang for mo files
- little cleanup

Thu Aug 31 04:00:00 2000 Chmouel Boudjnah 2.1.3-14mdk
- Strip glibc and make happy pixel (aka: his breaking my di
*
*k).

Sat Aug 26 04:00:00 2000 Chmouel Boudjnah 2.1.3-13mdk
- Add security patch from caldera on ld.so :
Remove completely the environement variable when using LD_PRELOAD
with setuid apps.

Fri Aug 25 04:00:00 2000 Chmouel Boudjnah 2.1.3-12mdk
- Readd manpages.

Thu Aug 3 04:00:00 2000 Chmouel Boudjnah 2.1.3-11mdk
- Don\'t strip libc.
- Fix info files.

Sat Jul 22 04:00:00 2000 Chmouel Boudjnah 2.1.3-10mdk
- Maros.
- BM.

Sat Jul 8 04:00:00 2000 Chmouel Boudjnah 2.1.3-9mdk
- The threads fix is a wrong patch.

Fri Jul 7 04:00:00 2000 Chmouel Boudjnah 2.1.3-8mdk
- Remove old ChangLog.
- Fix threads (Debian).

Thu Jun 15 04:00:00 2000 Pablo Saratxaga 2.1.3-7mdk
- added support for a few missing charsets

Sun Jun 4 04:00:00 2000 Chmouel Boudjnah 2.1.3-6mdk
- Make ldd handle non-executable shared objects.
- Fix some C++ unaligned traps on alpha.

Sat May 6 04:00:00 2000 Chmouel Boudjnah 2.1.3-5mdk
- Fix threads.

Wed Apr 26 04:00:00 2000 Chmouel Boudjnah 2.1.3-4mdk
- Fix bad ucontext.h headers conflicts with ncurses and others library.
- removed iso3166.tab and posixrules from %files section, they are already
in the filelist (Stefan van der Eijk ).
- fix alpha build.

Sat Apr 15 04:00:00 2000 David BAUDENS 2.1.3-3mdk
- i486 fix
- Comment BuildRequires: egcs (not needed; see 2.1.3-1mdk)

Thu Apr 6 04:00:00 2000 Chmouel Boudjnah 2.1.3-2mdk
- Merge the Adam Lesback powerpc change.

Fri Mar 31 04:00:00 2000 Chmouel Boudjnah 2.1.3-1mdk
- Recompile with gcc2.95 and get optimisations back.
- Merge rh patchs.
- Clean-up specs.
- Adjust groups.

Wed Mar 8 03:00:00 2000 Chmouel Boudjnah 2.1.3-0.2mdk
- Compile with egcs.
- glibc2.1.3 final.
- Merge with last rh patchs.

Fri Feb 18 03:00:00 2000 Chmouel Boudjnah 2.1.3-0.1mdk
- Forget also the Serial:.
- Forget the release scheme.

Thu Feb 17 03:00:00 2000 Chmouel Boudjnah 2.1.3-1mdk
- 2.1.3 from CVS.
- Getting the glibc like redhat does (from cvs).
- Spec rewrite.

Thu Dec 16 03:00:00 1999 Frederic Lepied
- add patch for malloc (rd)

Wed Nov 3 03:00:00 1999 Chmouel Boudjnah
- Add from pablo catalan locales.
- Bzip2 manpages.

Sun Oct 24 04:00:00 1999 Chmouel Boudjnah
- Last CVS snapshot.

Fri Oct 22 04:00:00 1999 Chmouel Boudjnah
- Fix stupid thing in %files (thanks pablo).
- Remove glibc-localedata

Mon Oct 18 04:00:00 1999 Chmouel Boudjnah
- Last CVS snapshot.
- Clean-up of specfile.

Tue Oct 12 04:00:00 1999 Chmouel Boudjnah
- Add pixel patch to don\'t lie about k6 optimisations.

Tue Oct 12 04:00:00 1999 Chmouel Boudjnah
- Add serial

Sat Oct 9 04:00:00 1999 Chmouel Boudjnah
- Add Pablo (AKA: Mri18n) patch :
- Support of new encodages in /usr/lib/gconv).
- Merge with rh patch and others.
- Update to snapshot 2.1.3 but keep the version to 2.1.2.
- disable some extra debugging messages form alpha/ioperm.c
- make /etc/localtime a real file instead of a symlink
- add sys/raw.h as anew header file.(rh)
- add the vfork patch for linuxthreads.(rh)

Fri Sep 10 04:00:00 1999 Thierry Vignaud
- 2.1.2final (mainly bug fixes)

Fri Aug 27 04:00:00 1999 Thierry Vignaud
- 2.1.2

Sat Jul 10 04:00:00 1999 Pablo Saratxaga
- moved locales data to separate package; don\'t make compilated
locales (that will be better on separate locales-$LANG
packages, one for language, more accurate and more numerous); so people
can choose not to install those, or install exactly those they want.
glibc-localedata is only needed if you want to manually build locales
definitions.

Sat Jul 10 04:00:00 1999 Chmouel Boudjnah
- Fix wrong install entry in dir info files (Patch50).

Sat Jul 10 04:00:00 1999 Bernhard Rosenkraenzer
- 2.1.1final
- add Debian fixes
- enable SMP build

Thu May 20 04:00:00 1999 Bernhard Rosenkraenzer
- 2.1.1pre3

Sat May 1 04:00:00 1999 Bernhard Rosenkraenzer
- Mandrake adaptions
- handle RPM_OPT_FLAGS better

Thu Apr 15 04:00:00 1999 Cristian Gafton
- new CVS update - some patches dropped out
- updated obsoletes tag lines
- patch for the ukraine support

Sat Apr 10 04:00:00 1999 Cristian Gafton
- add patch for libstdc++ 2.7.2 (enable __dup, __pipe and __waitpid)
- linuxthread patch from HJLu
- add patch to make nscd respond to SIGHUP by dumping the cache

Thu Apr 8 04:00:00 1999 Cristian Gafton
- updated from cvs tree
- add patch for fstatvfs from HJLu

Fri Apr 2 04:00:00 1999 Cristian Gafton
- opentty fix
- don\'t call lddlibc4 on sparcs

Fri Mar 26 03:00:00 1999 Cristian Gafton
- version 2.1.1
- make nscd run by default at init
- nscd subpackage
- let the subpackages autoreq their own thing

Sat Mar 13 03:00:00 1999 Cristian Gafton
- version 2.1
- strip binaries installed by default

Fri Feb 19 03:00:00 1999 Cristian Gafton
- updated snapshot
- glibc-crypt might have export problems (who knows?), so we are nosource
iit for now

Thu Feb 4 03:00:00 1999 Cristian Gafton
- version 2.0.112
- merge glibc-debug into glibc-devel
- new compat add-on

Thu Jan 14 03:00:00 1999 Cristian Gafton
- new glibc-crypt add-on
- version 2.0.109
- handle /etc/localtime separately
- don\'t include /usr/share in the file list
- don not build glibc-compat on the arm

Thu Dec 3 03:00:00 1998 Cristian Gafton
- build ver 2.0.105 on all four arches
- enabled /usr/include/scsi as part of the glibc package

Sat Oct 3 04:00:00 1998 Cristian Gafton
- first build for 2.0.96


 
ICM