aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-07-18 06:17:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-07-18 06:17:16 +0300
commit6ce601e93b93847ab9d369405cbba624fc1c49bb (patch)
treed96943d024d20305781af430aeb194c8bc88f101 /NEWS
parentef3e7b2389729fd2bb906af94b31b49947cfe445 (diff)
parentd78dfb8e1509828afb7a0fa20911ccbb05d9df0e (diff)
downloadegawk-6ce601e93b93847ab9d369405cbba624fc1c49bb.tar.gz
egawk-6ce601e93b93847ab9d369405cbba624fc1c49bb.tar.bz2
egawk-6ce601e93b93847ab9d369405cbba624fc1c49bb.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac3cc76d..5ac02a1a 100644
--- a/NEWS
+++ b/NEWS
@@ -114,6 +114,14 @@ Changes from 4.1.3 to 4.1.4
11. The -d option now allows -d- to print to standard output.
+12. Error messages for --help and in other instances should now get
+ translated correctly.
+
+13. A new environment variable GAWK_LOCALE_DIR may be set to locate the .mo
+ file for gawk itself.
+
+14. A number of bugs have been fixed. See the ChangeLog.
+
Changes from 4.1.2 to 4.1.3
---------------------------