summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-04-17 23:17:16 +0000
committerJim Meyering <jim@meyering.net>2006-04-17 23:17:16 +0000
commit3280967bdbe07417c8b761025378c47d9114a538 (patch)
tree20d6f8b766efc9a3486e5a15f0aaa71f84e80c4a /ChangeLog
parent1cdde802635b94cabcc0d0106e41a2d623fe79a5 (diff)
downloadcoreutils-3280967bdbe07417c8b761025378c47d9114a538.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 361ea316c..f97ba3ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2006-04-12 Paul Eggert <eggert@cs.ucla.edu>
+2006-04-18 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * src/ptx.c (main) [DEFAULT_IGNORE_FILE]: Remove code to use a default
+ ignore file. This has never been enabled. Reported by Eric Blake.
+
+2006-04-12 Paul Eggert <eggert@cs.ucla.edu>
+
* src/ln.c (linkfunc): Remove. This method ran into a compiler/linker
bug in Interix. Just call symlink or link directly. All uses changed.
* src/setuidgid.c (main) [! HAVE_SETGROUPS]: Don't call setgroups.