diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-19 19:42:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-19 19:42:29 +0300 |
commit | 5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d (patch) | |
tree | 354001cb02f5cfd0d15639cac08c39b65fce252e | |
parent | 7c68a667125ffc144ba76a52e67b019b49ba60ac (diff) | |
download | egawk-5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d.tar.gz egawk-5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d.tar.bz2 egawk-5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d.zip |
Fix heading in NEWS.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2020-07-19 Arnold D. Robbins <arnold@skeeve.com> + + * NEWS: Fix title on leading set of changes. Thanks to + Marcus <marcuscruse@ya.ru> for the report. + +2020-07-17 Arnold D. Robbins <arnold@skeeve.com> + + * gawkapi.h (gawk_api_minor_version): Increase, since the + MPFR/MPZ stuff changed some. Remains source and binary + compatible, but semantics are different. + 2020-07-15 Arnold D. Robbins <arnold@skeeve.com> Finish cleaning up MPFR valgrind issues. @@ -4,7 +4,7 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -Changes from 5.0.1 to 5.0.2 +Changes from 5.1.0 to 5.1.1 --------------------------- 1. Infrastructure upgrades: Bison 3.6.3. |