summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:50:38 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:50:38 +0000
commitdb228898f2aebd5c3feeec16db807cfe2d35e565 (patch)
tree8c0a19ae9146c754350c8092ac7ec021bb052254 /ChangeLog
parent8591e84ffec5f449d29b20babd3821b7a3c35fe0 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da55e745dc..9adf854da0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-17 Roland McGrath <roland@redhat.com>
+
+ [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 <gotom@debian.or.jp>
[BZ #734]
@@ -78,6 +89,12 @@
* elf/Makefile (generated): Add tst-pie1{,.out,.o}.
+2005-01-06 Roland McGrath <roland@redhat.com>
+
+ [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 <drepper@redhat.com>
* posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]