]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 09:46:59 +0000 (09:46 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 09:46:59 +0000 (09:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 15626a532165c58533f2c9d3a3f717ad9de2158c..8da40817ad84a1687d9f95e7753f330ddce31cb5 100644 (file)
--- 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):