aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-22 21:59:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-22 21:59:09 +0300
commitd45cad0210ddba7658a1f894a82167f87d7abb3a (patch)
tree39cc9cb2e3e5e4ebe747badce04eaec3029e1aca
parentd4151e70a1a276aaf97d07d5c008a0535d546826 (diff)
downloadegawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.tar.gz
egawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.tar.bz2
egawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.zip
Update NEWS.
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bb33250..c4325c26 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,12 @@ Changes from 5.1.0 to 5.1.1
5. The API now handles MPFR/GMP values slightly differently, requiring
different memory management for those values. See the manual for the
- details if you have an extension using those values.
+ details if you have an extension using those values. As a result,
+ the minor version was incremented.
+
+6. The duplication of m4 and build-aux directories between the main
+ directory and the extension directory has been removed. This
+ simplifies the distribution.
Changes from 5.0.1 to 5.1.0
---------------------------