diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 10 insertions, 2 deletions
@@ -2,6 +2,10 @@ * gawkapi.h: Update copyright year. Small edit in leading comment. + Unrelated: + + * NEWS: Updated. Update copyright year. + 2023-03-07 Arnold D. Robbins <arnold@skeeve.com> * awkgram.y (optimize_assignment): Turn Op_store_field_exp @@ -1,4 +1,4 @@ - Copyright (C) 2019, 2020, 2021, 2022 Free Software Foundation, Inc. + Copyright (C) 2019, 2020, 2021, 2022, 2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -31,7 +31,11 @@ Changes from 5.2.1 to 5.2.2 decide whether or not to take control of a file. In particular, the readdir extension is simplified for Windows because of this. -8. As usual, there have been several minor code cleanups and bug fixes. +8. The various PNG files are now installed for Info and HTML. The + images files now have gawk_ prefixed names to avoid any conflicts + with other installed PNG file names. + +9. As usual, there have been several minor code cleanups and bug fixes. See the ChangeLog for details. Changes from 5.2.0 to 5.2.1 |