summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-30 09:50:23 +0000
committerJim Meyering <jim@meyering.net>2000-09-30 09:50:23 +0000
commit04f6bb2648d369e50dc999d2573c82e8113fce40 (patch)
treeefeb59dda8257faf1b6ec9feb7507313c267c6e1
parentad09410b04ec3f6e087ea19adb21827020d12277 (diff)
downloadcoreutils-04f6bb2648d369e50dc999d2573c82e8113fce40.tar.xz
*** empty log message ***
-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.