changeset 31279:a3ad15a21c51 stable

NEWS.7.md: Prepare NEWS file for Octave 7.3.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 09 Oct 2022 14:04:01 +0200
parents e54a36a82537
children 025b37e4a17d b902f78ecf66
files etc/NEWS.7.md
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Fri Oct 07 14:07:20 2022 -0400
+++ b/etc/NEWS.7.md	Sun Oct 09 14:04:01 2022 +0200
@@ -5,16 +5,47 @@
 
 ### Improvements and fixes
 
+- `scanf`: Don't set error when reaching end of stream (bug #62723).
+- Fix duplicate names displayed with mixed `@class`/`classdef` classes (bug #62802).
+- `canonicalize_file_name`: Handle symlinks to UNC network shares (bug #62847).
+- `canonicalize_file_name`: Generalize check for mapped network drive (bug #62847).
+- `fortran_vec`: Fix instances of method chaining that may cause dangling pointer.
+- Fix wrong color in PDF printout of some LaTeX strings (bug #62884).
+- `unpack.m`: Escape backslashes in paths on Windows (bug #62888).
+- `canonicalize_file_name`: Check root of potential mapped network drive (bug #62847).
+- `nextpow2.m`: Fix for input between 0.5 and 1 (bug #62947).
+- `quad2d`: Fix unintended complex conjugate return (bug #62972).
+- Make sure we don't pass short 8.3 path to `latex` on Windows (bug #62779).
+- `canonicalize_file_name`: Trim trailing file separators from root of mapped network drive (bug #62847).
+- `imformats.m`: Fix `isa` function in return value (bug #62974).
+- `pie3`: Fix "Too many input" args error.
+- Accept negative inputs to -2^63 for `dec2bin` and `dec2hex` (bug #63089).
+- Fix incorrect `lambda` outputs for `lsqnonneg` and `pqpnonneg` (bug #63178).
+
 ### GUI
 
 ### Build system / Tests
 
+- `io.tst`: Add test case for `scanf` (bug #62723).
+- `nextpow2.m`: Add bug number tag to regression tests (bug #62947).
+- `quad2d.m`: Add BIST to cset b0e90ca8e679 (bug #62972).
+
 ### Documentation
 
+- `uitable.m`: Fix example code (bug #62824).
+- Clarify number of processors returned by `nproc` with hyperthreading.
+- Minor wording change to hashing documentation.
+- `lsqnonneg` and `pqpnonneg`: Document undocumented outputs.
+- `pqpnonneg.m`: Improve docstring readability.
+- `lsode`: Make TeX and non-TeX docstrings agree.
+- `curl`: Fix error in TeX docstring.
+
 
 Summary of bugs fixed for version 7.2.0 (2022-07-28):
 ----------------------------------------------------
 
+See: https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html
+
 ### Improvements and fixes
 
 - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466).