summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-10-14 09:23:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-10-14 09:23:57 +0300
commit81439c4ce738ae1af8756a0e6882117d20627896 (patch)
treeafec76e4118a57ffabf4effe6085724c5b99de49 /NEWS
parent03c960cdae4be283a525ab731d9d60b372960f78 (diff)
downloadgawk-81439c4ce738ae1af8756a0e6882117d20627896.tar.gz
Updates to NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 632b6b19..956ae6ef 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,21 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 5.2.0 to 5.2.1
+---------------------------
+
+1. More subtle issues with untyped array elements being passed to
+ functions have been fixed.
+
+2. The rwarray extension's readall() function has had some bugs fixed.
+
+3. The PMA allocator is now supported on Linux on s/390, FreeBSD and OpenBSD.
+ It is currently disabled on macos on M1 since there are some unsolved
+ problems in that environment. macos on Intel works without problem.
+
+4. There have been several minor code cleanups and bug fixes. See the
+ ChangeLog for details.
+
Changes from 5.1.x to 5.2.0
---------------------------