diff options
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/fileutils/NEWS | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b75fd426b..9c0ba82d4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-12-26 Jim Meyering <meyering@lucent.com> + * Version 4.0.35. + * tests/mkdir/perm: Disable the test if the working directory has the sticky bit set. * tests/cp/cp-parents: Likewise. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index f3cdc40cc..5cdc1ca05 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,7 @@ Changes in release 4.01: [4.0.35] * ln --backup=simple --suffix=SUFFIX once again uses SUFFIX +* install: Likewise. [4.0.34] * fix a bug (introduced in 4.0z) that made `chown 123:456 file' act like `chown 123:123 file'. Other uses with a numeric group ID would cause |