aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-24 22:05:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-24 22:05:23 +0300
commitc4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc (patch)
treed31cd908e97777de26d87dd03b2af9dd4e139cc9
parent9a0488b6224c1b25b4222e36c209a5787508ea72 (diff)
parentbdb7f9361cc0136c62aa8cfe56c7cd6f258f6b0d (diff)
downloadegawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.tar.gz
egawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.tar.bz2
egawk-c4202295a383fe01ac7ed1e0d29dcc93ddf3e3fc.zip
Merge branch 'master' into feature/fix-comments
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3045c975..6a0a04dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Updated with info about OS/2.
+
2017-10-21 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.y: For string concatenation, don't fold constants
diff --git a/NEWS b/NEWS
index 81fee808..e57a4244 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-Changes from 4.2.0 to 5.0.0
+Changes from 4.2.x to 5.0.0
---------------------------
1. The undocumented configure option and code that enabled the use of
@@ -15,6 +15,13 @@ Changes from 4.2.0 to 5.0.0
3. The code now makes some stronger assumptions about a C99 environment.
+Changes from 4.2.0 to 4.2.1
+---------------------------
+
+1. Support for OS/2 has been brought up to date. This support was
+ accidentally omitted from the initial 4.2 release, for which
+ we apologize.
+
Changes from 4.1.4 to 4.2.0
---------------------------