summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e0f567738..962311896 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,12 +1,3 @@
-2000-08-17 Andreas Gruenbacher <ag@bestbits.at>
-
- * src/chmod.c (change_file_mode): Perform the chmod even if the
- file mode permission bits are the same as those that should be set.
- Omitting the chmod call would be alright with minimal 1003.1e DS17
- ACLs, but eventually there will be other permissions in addition to
- rwx. E.g., add and delete for directories, and something analogous
- to NT's take ownership permission.
-
2000-09-30 Jim Meyering <meyering@lucent.com>
* tests/du/two-args: Update to use newer template.
@@ -33,6 +24,15 @@
* tests/mkdir/perm: New test.
* tests/mkdir/Makefile.am (TESTS): Add perm.
+2000-08-17 Andreas Gruenbacher <ag@bestbits.at>
+
+ * src/chmod.c (change_file_mode): Perform the chmod even if the
+ file mode permission bits are the same as those that should be set.
+ Omitting the chmod call would be alright with minimal 1003.1e DS17
+ ACLs, but eventually there will be other permissions in addition to
+ rwx. E.g., add and delete for directories, and something analogous
+ to NT's take ownership permission.
+
2000-09-25 Jim Meyering <meyering@lucent.com>
* tests/cp/same-file: Don't use `diff -u'. It's not portable.