changeset 31159:ef45a559f592 stable

NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 27 Jul 2022 13:26:28 +0200
parents 44b9673c7b8d
children 929c05cf2afa 6f4c8063b4c2
files etc/NEWS.7.md
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Fri Jul 22 15:30:29 2022 -0400
+++ b/etc/NEWS.7.md	Wed Jul 27 13:26:28 2022 +0200
@@ -37,6 +37,12 @@
 - `inputParser`: Correctly handle cell default values for optional parameters (bug #62639).
 - `factor.m`: Performance tweak to avoid division in certain cases.
 - Fix regression with `\color[rgb]` TeX pattern (bug #62668).
+- `regexp`: Check pattern length before accessing it (bug #62704).
+- `pkg.m`: Create `PREFIX` and `ARCHPREFIX` directories (bug #62681).
+- `pkg`: Replace `OCTAVE_HOME` in `PREFIX` and `ARCHPREFIX` independently (bug #62681).
+- `randmtzig.cc`: Add missing `#include <ctime>` (bug #62750).
+- `pkg`: Fix formatting of `copyfile` message (bug #62769).
+- `pkg`: Escape special characters in `OCTAVE_HOME` for `regexprep` (bug #62681).
 
 ### GUI
 
@@ -65,6 +71,7 @@
 - `primes.m`: Move code examples before math theory.
 - `primes.m`: Mark variables in docstring with `@var{}` macro.
 - Rewrite section on automatic type conversions (bug #62283).
+- `subsasgn`: Correct example code (bug #33221).
 
 
 Summary of important user-visible changes for version 7 (2022-04-06)