changeset 31873:5eb1f1a77614

NEWS.9.md: list bugs fixed so far with Octave 9
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 02 Mar 2023 11:48:34 -0500
parents cfeda68b01ad
children 1979288f086d
files etc/NEWS.9.md
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Thu Mar 02 10:57:03 2023 -0500
+++ b/etc/NEWS.9.md	Thu Mar 02 11:48:34 2023 -0500
@@ -115,6 +115,20 @@
   `LDFLAGS` rather than `LFLAGS`.  `LFLAGS` was deprecated in Octave 6
   and has been removed.
 
+Summary of bugs fixed for version 9.1.0 (yyyy-mm-dd):
+----------------------------------------------------
+
+- Bugfixes to `whos -file`, `urlread`, `mat2cell`, `set`.
+
+- Memory usage reduced for `movfun` by eliminating temporary copies.
+
+- Memory usage reduced when saving to file, preventing OOM and data loss.
+
+- Several race conditions removed in signal handler.
+
+- Performance improvements: avoid unnecessary string construction, use
+  static casts instead of dynamic casts where possible.
+
 ### Old release news
 
 - [Octave 8.x](etc/NEWS.8)