changeset 29850:224dbae54060

maint: merge stable to default.
author Rik <rik@octave.org>
date Sat, 03 Jul 2021 10:54:43 -0700
parents 449599fdbad8 (current diff) 8e898dc7e7d3 (diff)
children 8c60542cf30c
files NEWS etc/NEWS.6
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jul 02 09:56:19 2021 -0400
+++ b/NEWS	Sat Jul 03 10:54:43 2021 -0700
@@ -1,6 +1,9 @@
 Summary of important user-visible changes for version 7 (yyyy-mm-dd):
 ----------------------------------------------------------------------
 
+- `ls-mat5.cc`: Avoid integer overflow in calculation of buffer size for zlib (bug #55427).
+- Move top-level REPL from interpreter to evaluator.
+- Avoid crash with `dbquit` when executing command in terminal from GUI (bug #60813).
 ### General improvements
 
 - Many functions in Octave can be called in a command form---no
--- a/etc/NEWS.6	Fri Jul 02 09:56:19 2021 -0400
+++ b/etc/NEWS.6	Sat Jul 03 10:54:43 2021 -0700
@@ -62,6 +62,9 @@
 - `ind2sub`: Fix typo in "see also" section of docstring (bug #60842).
 - `mrdivide`, `mldivide`: Document that functions might return minimum norm solutions (bug #60839).
 - Fix scoping issue for handles to sibling nested functions (bug #60845).
+- `ls-mat5.cc`: Avoid integer overflow in calculation of buffer size for zlib (bug #55427).
+- Move top-level REPL from interpreter to evaluator.
+- Avoid crash with `dbquit` when executing command in terminal from GUI (bug #60813).
 
 ### GUI