From b1d01e6b216f4c095ad8104a0a2ba130ec90f388 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 12 Jan 2004 09:46:59 +0000 Subject: *** empty log message *** --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 15626a532..8da40817a 100644 --- a/NEWS +++ b/NEWS @@ -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): -- cgit v1.2.3-54-g00ecf