aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-10 11:29:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-10 11:29:06 +0300
commit3cc21140782d837b42f9564b0dcd2b6401851cfa (patch)
tree391ebeec494b4bd16de46243e4fb7145bae9e14b
parent3c565ae64708a68e202064fbe4b078e19052d94b (diff)
parent967e2f7c57cabad89d48fc75eafe34e862573657 (diff)
downloadegawk-3cc21140782d837b42f9564b0dcd2b6401851cfa.tar.gz
egawk-3cc21140782d837b42f9564b0dcd2b6401851cfa.tar.bz2
egawk-3cc21140782d837b42f9564b0dcd2b6401851cfa.zip
Merge branch 'gawk-5.0-stable'
-rw-r--r--ChangeLog4
-rw-r--r--NEWS16
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 403c72fd..29a31b32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Updated.
+
2019-05-06 Arnold D. Robbins <arnold@skeeve.com>
In sandbox mode, disallow assigning filenames that weren't
diff --git a/NEWS b/NEWS
index 04965129..c60f687e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,22 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 5.0.0 to 5.0.1
+---------------------------
+
+1. A number of ChangeLog.1 files that were left out of the distribution
+ have been restored.
+
+2. Multiple syntax errors should no longer be able to cause a core dump.
+
+3. Sandbox mode now disallows assigning new filename values in ARGV that
+ were not there when gawk was invoked.
+
+4. There are many small documentation improvements in the manual.
+
+N. A number of bugs, some of them quite significant, have been fixed.
+ See the ChangeLog for details.
+
Changes from 4.2.1 to 5.0.0
---------------------------