# HG changeset patch # User Markus Mützel # Date 1625295432 -7200 # Node ID 8e898dc7e7d3292315480a44203e36a47f12ffda # Parent c517a55a14ad1755b98d9f99f986b1d1fa81015c NEWS: Update with latest changes again. * NEWS: Add items from commit log. diff -r c517a55a14ad -r 8e898dc7e7d3 NEWS --- a/NEWS Fri Jul 02 09:41:09 2021 -0400 +++ b/NEWS Sat Jul 03 08:57:12 2021 +0200 @@ -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