summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.