From 94bdbcb5005ffc87bdd6627af302ce9800c75fef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Nov 2001 10:09:13 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 4 +++- old/fileutils/NEWS | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'old/fileutils') diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 07eed67f5..53c143406 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,9 @@ -2001-11-17 Jim Meyering +2001-11-22 Jim Meyering * Version 4.1.2. +2001-11-17 Jim Meyering + * tests/chmod/equals: New test for the just-fixed bug in lib/modechange.c. * tests/chmod/Makefile.am (TESTS): Add equals. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index ccc83fbe9..66bdba19a 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,7 @@ [4.1.2] +* chmod would set the wrong bit when given symbolic mode strings like + these: g=o, o=g, o=u. E.g., `chmod a=,o=w,ug=o f' would give a mode + of --w-r---w- rather than --w--w--w-. [4.1.1] * mv (likewise for cp), now fails rather than silently clobbering one of the source files in the following example: -- cgit v1.2.3-54-g00ecf