diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
commit | b8123662e8cb41e033771151500d927456953ab2 (patch) | |
tree | a9606a5fc016566ea773397c397c9c2e61355c7f /README | |
parent | 0d561c8510c16521787976f801744d32498102e2 (diff) | |
download | gawk-b8123662e8cb41e033771151500d927456953ab2.tar.gz |
General prep for release. (Copyrights, etc.)
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ - Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 + Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -7,11 +7,11 @@ README: -This is GNU Awk 4.0.0. It is upwardly compatible with Brian Kernighan's +This is GNU Awk 4.0.1. It is upwardly compatible with Brian Kernighan's version of Unix awk. It is almost completely compliant with the 2008 POSIX 1003.1 standard for awk. (See the note below about POSIX.) -This is a major new release. See NEWS and ChangeLog for details. +This is a bug fix release. See NEWS and ChangeLog for details. Work to be done is described briefly in the FUTURES file. Changes in this version are summarized in the NEWS file. Please read the LIMITATIONS file. |