]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jan 2005 19:51:00 +0000 (19:51 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jan 2005 19:51:00 +0000 (19:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9a4b672fbbca6840fc3737b02685a2cacaf31790..259bd9f3e0cbd834973c0b48dd2729b3368d7fcd 100644 (file)
--- 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