diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-22 21:59:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-22 21:59:09 +0300 |
commit | d45cad0210ddba7658a1f894a82167f87d7abb3a (patch) | |
tree | 39cc9cb2e3e5e4ebe747badce04eaec3029e1aca | |
parent | d4151e70a1a276aaf97d07d5c008a0535d546826 (diff) | |
download | egawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.tar.gz egawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.tar.bz2 egawk-d45cad0210ddba7658a1f894a82167f87d7abb3a.zip |
Update NEWS.
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 --------------------------- |