summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-22 22:08:18 +0000
committerJim Meyering <jim@meyering.net>2004-01-22 22:08:18 +0000
commit3a829a54c2503d3caa76b355a0eb049e09b71702 (patch)
treecb82799036440d902dad1d05657b8ac0105244eb /NEWS
parentf915f22d851163de5e6e4d242c952a3f43743c81 (diff)
downloadcoreutils-3a829a54c2503d3caa76b355a0eb049e09b71702.tar.xz
.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f4ef23eb5..7442619a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
GNU coreutils NEWS -*- outline -*-
+* Major changes in release 5.1.2 (2004-01-18):
+
+** Bug fixes
+
+ rmdir -p exits with status 1 on error; formerly it sometimes exited
+ with status 0 when given more than one argument.
+
+ nohup now always exits with status 127 when it finds an error,
+ as POSIX requires; formerly it sometimes exited with status 1.
+
+ Several programs (including cut, date, dd, env, hostname, nl, pr,
+ stty, and tr) now always exit with status 1 when they find an error;
+ formerly they sometimes exited with status 2.
+
+ factor no longer reports a usage error if stdin has the wrong format.
+
+
* Major changes in release 5.1.1 (2004-01-17):
** Configuration option