From: Roland McGrath Date: Wed, 16 Feb 2005 10:50:38 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db228898f2aebd5c3feeec16db807cfe2d35e565;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index da55e745dc4..9adf854da02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-01-17 Roland McGrath + + [BZ #745] + * nscd/Makefile (LDLIBS-nscd): New variable. + ($(objpfx)nscd): Use that instead of selinux-LIBS. + + [BZ #745] + * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)). + (link-extra-libs-static): Define to $(link-extra-libs). + (link-extra-libs-bounded): Likewise. + 2005-01-16 GOTO Masanori [BZ #734] @@ -78,6 +89,12 @@ * elf/Makefile (generated): Add tst-pie1{,.out,.o}. +2005-01-06 Roland McGrath + + [BZ #633] + * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values + indicating file-name lookup errors, and return ENOSYS or EBADF instead. + 2005-01-06 Ulrich Drepper * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]