changeset 31393:50f57a2be778

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Thu, 03 Nov 2022 14:47:18 -0400
parents c3ed2ad87aca (current diff) 01e9fdd57d1a (diff)
children 7781b1e77406
files configure.ac etc/NEWS.7.md
diffstat 5 files changed, 19 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Nov 03 12:49:40 2022 -0400
+++ b/.hgtags	Thu Nov 03 14:47:18 2022 -0400
@@ -133,3 +133,4 @@
 04120d65778a403e11ac4280bf53f330eded75e3 release-7-1-0
 48fcfbaea2cdcfffaf1058c95832a33f70419a6f rc-7-1-90
 6c1e310b223029c3a21abe9629f4200560024c3a release-7-2-0
+2c037ce004502260228925e651dc077573366ba2 release-7-3-0
--- a/CITATION	Thu Nov 03 12:49:40 2022 -0400
+++ b/CITATION	Thu Nov 03 14:47:18 2022 -0400
@@ -1,17 +1,17 @@
 To cite GNU Octave in publications use:
 
   John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2022).
-  GNU Octave version 7.2.0 manual: a high-level interactive language for
+  GNU Octave version 7.3.0 manual: a high-level interactive language for
   numerical computations.
-  URL https://www.gnu.org/software/octave/doc/v7.2.0/
+  URL https://www.gnu.org/software/octave/doc/v7.3.0/
 
 A BibTeX entry for LaTeX users is:
 
   @manual{,
-    title     = {{GNU Octave} version 7.2.0 manual: a high-level interactive language for numerical computations},
+    title     = {{GNU Octave} version 7.3.0 manual: a high-level interactive language for numerical computations},
     author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
     year      = {2022},
-    url       = {https://www.gnu.org/software/octave/doc/v7.2.0/},
+    url       = {https://www.gnu.org/software/octave/doc/v7.3.0/},
   }
 
 We have invested a lot of time and effort in creating GNU Octave, please
--- a/configure.ac	Thu Nov 03 12:49:40 2022 -0400
+++ b/configure.ac	Thu Nov 03 14:47:18 2022 -0400
@@ -48,7 +48,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2022-07-28"
+OCTAVE_RELEASE_DATE="2022-11-02"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/etc/NEWS.7.md	Thu Nov 03 12:49:40 2022 -0400
+++ b/etc/NEWS.7.md	Thu Nov 03 14:47:18 2022 -0400
@@ -1,10 +1,21 @@
-Summary of bugs fixed for version 7.3.0 (tbd):
+Summary of bugs fixed for version 7.4.0 (tbd):
 ----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
 
 ### Improvements and fixes
 
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+Summary of bugs fixed for version 7.3.0 (2022-11-02):
+----------------------------------------------------
+
+### 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).
--- a/etc/icons/org.octave.Octave.appdata.xml	Thu Nov 03 12:49:40 2022 -0400
+++ b/etc/icons/org.octave.Octave.appdata.xml	Thu Nov 03 14:47:18 2022 -0400
@@ -190,6 +190,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2022-11-02" version="7.3.0"/>
     <release date="2022-07-28" version="7.2.0"/>
     <release date="2022-04-06" version="7.1.0"/>
     <release date="2021-10-30" version="6.4.0"/>