aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-24 11:57:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-24 11:57:56 +0300
commit889ffee94883bdc2064f10ebfb47502d3fa2d37b (patch)
tree5d4649f0dc06e3bef5a1bd50090774774f29aebe /NEWS
parent8c98835747648947abc5abada119e8697cd111a9 (diff)
parent4a3706dc8e493a45cf5f72e914bed0a6df2192fd (diff)
downloadegawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.tar.gz
egawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.tar.bz2
egawk-889ffee94883bdc2064f10ebfb47502d3fa2d37b.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 765bd960..6d70962c 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ Changes from 4.2.1 to 4.2.2
contents of test/Makefile.am and making it possible to generate
pc/Makefile.tst from test/Makefile.in.
+3. The regex routines have been replaced with those from GNULIB, allowing
+ me to stop carrying forward decades of changes against the original
+ ones from GLIBC.
+
Changes from 4.2.0 to 4.2.1
---------------------------