aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-29 08:49:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-29 08:49:57 +0300
commit6399f5d208e8952f58e94502ab827cdae10b3787 (patch)
treee312ebf41c7cc8952b0dade80c138e0512c03c80
parentf088a3efc8aefc47f0bfe7824732aae4283b4c15 (diff)
downloadegawk-6399f5d208e8952f58e94502ab827cdae10b3787.tar.gz
egawk-6399f5d208e8952f58e94502ab827cdae10b3787.tar.bz2
egawk-6399f5d208e8952f58e94502ab827cdae10b3787.zip
Note that MBS support is now required in NEWS.
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d22d031..f5c0baf2 100644
--- a/NEWS
+++ b/NEWS
@@ -58,7 +58,11 @@ Changes from 4.1.1 to 4.1.2
13. The test suite should check for necessary locales and skip the tests
where it matters if support isn't what it should be.
-14. A number of bugs have been fixed. See the ChangeLog.
+14. Gawk now expects to be compiled on a system with multibyte character
+ support. Systems without such support, at least at the C language
+ level, are so obsolete as to not be worth supporting anymore.
+
+15. A number of bugs have been fixed. See the ChangeLog.
Changes from 4.1.0 to 4.1.1
---------------------------