aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:49:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:49:13 +0300
commit5e3eb6dca46ec67d2e9552e473473f88383e0086 (patch)
tree725c65d2d609c8a2711af95d51bf0205828e5e88 /NEWS
parent7897b02bd49f32e50963c5f05260975a0f56ae42 (diff)
downloadegawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.tar.gz
egawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.tar.bz2
egawk-5e3eb6dca46ec67d2e9552e473473f88383e0086.zip
Remove CMake related files.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 736f2e4b..4dbcc2a0 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ regular numbers; it should not be noticeable most of the time.
2. If the AWK_HASH environment variable is set to "fnv1a" gawk will
use the FNV1-A hash function for associative arrays.
+3. The CMake infrastructure has been removed. In the five years it was in
+the tree, nobody used it, and it was not updated.
+
Changes from 5.1.0 to 5.1.1
---------------------------