Greetings all.

This note announces the next minor release of GNU Awk: version 4.0.2.

The following files may be retrieved from ftp://ftp.gnu.org/gnu/gawk,
or via HTTP from http://ftp.gnu.org/gnu/gawk:

-rw-rw-r-- 1 arnold arnold 2742713 Dec 25 20:49 gawk-4.0.2.tar.gz
-rw-rw-r-- 1 arnold arnold 1626808 Dec 25 20:49 gawk-4.0.2.tar.xz

This is a bug fix release.  The relevant part of the NEWS file is
appended below.

Differences from gawk 4.0.1 are in the following file:

-rw-r--r-- 1 arnold arnold  307643 Dec 25 22:19 gawk-4.0.1-4.0.2.diff.gz

The usual GNU build incantation should be used:

        tar -xpvzf gawk-4.0.2.tar.gz
        cd gawk-4.0.2
        ./configure && make && make check

Bug reports should be sent to [email protected].

Enjoy!

Arnold Robbins (on behalf of all the gawk developers)
[email protected]
------------------------------------------------------------
Changes from 4.0.1 to 4.0.2
---------------------------

1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7.

2. `fflush()', `nextfile', and `delete array' are all now part of POSIX.

3. fflush() behavior changed to match BWK awk and for POSIX - now both
   fflush() and fflush("") flush all open output redirections.

4. Various minor bug fixes and documentation updates.

--
Aharon (Arnold) Robbins                                 arnold AT skeeve DOT com
P.O. Box 354            Home Phone: +972  8 979-0381
Nof Ayalon              Cell Phone: +972 50  729-7545
D.N. Shimshon 99785     In the afterlife, all the computers run Linux. You get
ISRAEL                  to decide if you're in Heaven or Hell.  -- A. Robbins

_______________________________________________
GNU Announcement mailing list <[email protected]>
https://lists.gnu.org/mailman/listinfo/info-gnu

Reply via email to