diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-26 09:39:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-26 09:39:17 +0000 |
commit | 0fa2ce57164510bb37588d5e8b1f70731261c1fb (patch) | |
tree | 4687b3a3d96fb7356891b4106b48637396ef2cb4 /old | |
parent | 1aef6a396065a2771f03bec1a5ef49051828400b (diff) | |
download | coreutils-0fa2ce57164510bb37588d5e8b1f70731261c1fb.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-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 |