changeset 32020:a5413268eb47

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 14 Apr 2023 21:24:06 -0400
parents 61b86eaefe80 (current diff) a13e5f367ab2 (diff)
children da2954782945
files configure.ac etc/NEWS.8.md
diffstat 5 files changed, 21 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Fri Apr 14 16:48:43 2023 -0700
+++ b/.hgtags	Fri Apr 14 21:24:06 2023 -0400
@@ -136,3 +136,4 @@
 2c037ce004502260228925e651dc077573366ba2 release-7-3-0
 74aa32d5fd08ec0398ac8261d4bf5dbd75e8f6a4 rc-8-0-90
 75b1efe727d495ae579b9e27a620219dc72d9205 release-8-1-0
+fdadf31961bb5b089f5a2b7cd660351434b31de0 release-8-2-0
--- a/CITATION	Fri Apr 14 16:48:43 2023 -0700
+++ b/CITATION	Fri Apr 14 21:24:06 2023 -0400
@@ -1,17 +1,17 @@
 To cite GNU Octave in publications use:
 
   John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2023).
-  GNU Octave version 8.1.0 manual: a high-level interactive language for
+  GNU Octave version 8.2.0 manual: a high-level interactive language for
   numerical computations.
-  URL https://www.gnu.org/software/octave/doc/v8.1.0/
+  URL https://www.gnu.org/software/octave/doc/v8.2.0/
 
 A BibTeX entry for LaTeX users is:
 
   @manual{,
-    title     = {{GNU Octave} version 8.1.0 manual: a high-level interactive language for numerical computations},
+    title     = {{GNU Octave} version 8.2.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      = {2023},
-    url       = {https://www.gnu.org/software/octave/doc/v8.1.0/},
+    url       = {https://www.gnu.org/software/octave/doc/v8.2.0/},
   }
 
 We have invested a lot of time and effort in creating GNU Octave, please
--- a/configure.ac	Fri Apr 14 16:48:43 2023 -0700
+++ b/configure.ac	Fri Apr 14 21:24:06 2023 -0400
@@ -48,7 +48,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2023 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2023-03-07"
+OCTAVE_RELEASE_DATE="2023-04-13"
 
 ## 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.8.md	Fri Apr 14 16:48:43 2023 -0700
+++ b/etc/NEWS.8.md	Fri Apr 14 21:24:06 2023 -0400
@@ -1,4 +1,17 @@
-Summary of bugs fixed for version 8.2.0 (yyyy-mm-dd):
+Summary of bugs fixed for version 8.3.0 (yyyy-mm-dd):
+----------------------------------------------------
+
+For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
+
+### Improvements and fixes
+
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+Summary of bugs fixed for version 8.2.0 (2023-04-13):
 ----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
--- a/etc/icons/org.octave.Octave.appdata.xml	Fri Apr 14 16:48:43 2023 -0700
+++ b/etc/icons/org.octave.Octave.appdata.xml	Fri Apr 14 21:24:06 2023 -0400
@@ -190,6 +190,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2023-04-13" version="8.2.0"/>
     <release date="2023-03-07" version="8.1.0"/>
     <release date="2022-11-02" version="7.3.0"/>
     <release date="2022-07-28" version="7.2.0"/>