aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-04 09:41:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-04 09:41:57 +0300
commit2fddcde06006d1fe6dd08bbc6c767f8791e33179 (patch)
tree5c0d670578313785b593dd0e707a72b59ce5e850
parentbd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (diff)
downloadegawk-2fddcde06006d1fe6dd08bbc6c767f8791e33179.tar.gz
egawk-2fddcde06006d1fe6dd08bbc6c767f8791e33179.tar.bz2
egawk-2fddcde06006d1fe6dd08bbc6c767f8791e33179.zip
Update NEWS with info about OS/2 port.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a21d1c6..1548285c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Add a note about OS/2 not working.
+
2017-10-02 Arnold D. Robbins <arnold@skeeve.com>
* config.guess, config.sub: Updated.
diff --git a/NEWS b/NEWS
index 4521fd83..d0d3e72f 100644
--- a/NEWS
+++ b/NEWS
@@ -125,6 +125,12 @@ Changes from 4.1.4 to 4.2.0
33. The manual has been translated into Italian! The translation is
included in the distribution.
+34. The OS/2 port is currently non-functional. The report is that it
+ compiles but does not link. The maintainer does not have time to
+ work on it; a volunteer to help out with (or perhaps take over) the
+ port is wanted. I will preserve the code for either a year or until
+ the next release, whichever is longer.
+
Changes from 4.1.3 to 4.1.4
---------------------------