comparison etc/NEWS.7.md @ 31392:01e9fdd57d1a stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 7.3.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.7.md: Create section for a future 7.4 release.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Nov 2022 14:25:29 -0400
parents 2c037ce00450
children 50f57a2be778
comparison
equal deleted inserted replaced
31391:a6daea9ee710 31392:01e9fdd57d1a
1 Summary of bugs fixed for version 7.4.0 (tbd):
2 ----------------------------------------------------
3
4 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
5
6 ### Improvements and fixes
7
8 ### GUI
9
10 ### Build system / Tests
11
12 ### Documentation
13
1 Summary of bugs fixed for version 7.3.0 (2022-11-02): 14 Summary of bugs fixed for version 7.3.0 (2022-11-02):
2 ---------------------------------------------------- 15 ----------------------------------------------------
3
4 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
5 16
6 ### Improvements and fixes 17 ### Improvements and fixes
7 18
8 - `scanf`: Don't set error when reaching end of stream (bug #62723). 19 - `scanf`: Don't set error when reaching end of stream (bug #62723).
9 - Fix duplicate names displayed with mixed `@class`/`classdef` classes (bug #62802). 20 - Fix duplicate names displayed with mixed `@class`/`classdef` classes (bug #62802).