summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-15 19:51:00 +0000
committerJim Meyering <jim@meyering.net>2005-01-15 19:51:00 +0000
commitdb0ec0873cca554abfb16432dbfb305eda3b166b (patch)
treed5ebf4e533453e469612e73b6e042a23905bc0c2 /NEWS
parent5737627b41dc3b6f651fdc1641cfc5ede46cc1e2 (diff)
downloadcoreutils-db0ec0873cca554abfb16432dbfb305eda3b166b.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a4b672fb..259bd9f3e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ GNU coreutils NEWS -*- outline -*-
* Major changes in release 5.3.1 (2005-??-??) [unstable]
+** Changes for better compliance with POSIX
+
pathchk changes:
It now rejects the empty name in the normal case. That is,
@@ -16,6 +18,11 @@ GNU coreutils NEWS -*- outline -*-
The --portability option is now equivalent to -p -P.
+** Bug fixes
+
+ test now detects integer overflow when evaluating large integers,
+ rather than silently wrapping around.
+
* Major changes in release 5.3.0 (2005-01-08) [unstable]
** Bug fixes