1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-05 01:06:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-01-15 19:51:00 +00:00
parent 5737627b41
commit db0ec0873c
+7
View File
@@ -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