diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-12 09:46:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-12 09:46:59 +0000 |
commit | b1d01e6b216f4c095ad8104a0a2ba130ec90f388 (patch) | |
tree | 1296244e434c01c090a0350ba1f52886fae8dd0f | |
parent | a0c4a4558f9ca632895ff993881601cf1276681b (diff) | |
download | coreutils-b1d01e6b216f4c095ad8104a0a2ba130ec90f388.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,10 +1,24 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.1.1 (2003-12-24): +** Configuration option + + You can select the default level of POSIX conformance at configure-time, + e.g., by ./configure DEFAULT_POSIX2_VERSION=199209 + ** Bug fixes fold -s works once again on systems with differing sizes for int and size_t +** New features + + join: The obsolete options "-j1 FIELD", "-j2 FIELD", and + "-o LIST1 LIST2..." are no longer supported on POSIX 1003.1-2001 systems. + Portable scripts should use "-1 FIELD", "-2 FIELD", and + "-o LIST1,LIST2..." respectively. If join was compiled on a + POSIX 1003.1-2001 system, you may enable the old behavior + by setting _POSIX2_VERSION=199209 in your environment. + * Major changes in release 5.1.0 (2003-12-21): |