diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-19 05:50:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-19 05:50:10 +0200 |
commit | a87bc7765999c01467ad9c7fb2c8921de7b9b523 (patch) | |
tree | edf7c94200825bb8d88d1f886217053cfe0a11d2 | |
parent | 0bc03599d592abe1a594373fbc0ffc9b4ec6b231 (diff) | |
download | egawk-a87bc7765999c01467ad9c7fb2c8921de7b9b523.tar.gz egawk-a87bc7765999c01467ad9c7fb2c8921de7b9b523.tar.bz2 egawk-a87bc7765999c01467ad9c7fb2c8921de7b9b523.zip |
Revise NEWS.
-rw-r--r-- | NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -90,11 +90,13 @@ Changes from 4.1.x to 4.2.0 22. Passing negative operands to any of the bitwise functions now produces a fatal error. -23. The C API has undergone changes that break both binary and source - code compatibility with the previous version. Thus the API version - is now at 2.0. YOU WILL NEED TO REVISE YOUR EXTENSIONS to work - with this version of gawk. Fortunately, the changes are fairly - minor and straightforward. +23. The C API has undergone changes that break binary compatibility with + the previous version. Thus the API version is now at 2.0. YOU WILL + NEED TO RECOMPILE YOUR EXTENSIONS to work with this version of gawk. + Source code compatibility remains intact, although you will get + compiler warnings if you do not revise your extensions. We strongly + recommend that you do so. Fortunately, the changes are fairly minor + and straightforward. Changes from 4.1.3 to 4.1.4 --------------------------- |