changeset 31766:74aa32d5fd08 stable rc-8-0-90

bump version for first 8.1 release candidate * configure.ac (AC_INIT): Set version to 8.0.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2023-01-22. * CITATION: Update. * etc/NEWS.8.md: Update. * etc/icons/org.octave.Octave.appdata.xml: Update.
author John W. Eaton <jwe@octave.org>
date Sun, 22 Jan 2023 20:17:17 -0500
parents 63de4cc96c5d
children 8c8635b4e351
files CITATION configure.ac etc/NEWS.8.md etc/icons/org.octave.Octave.appdata.xml
diffstat 4 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION	Sat Jan 21 14:01:41 2023 +0100
+++ b/CITATION	Sun Jan 22 20:17:17 2023 -0500
@@ -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.3.0 manual: a high-level interactive language for
+  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2023).
+  GNU Octave version 8.1.0 manual: a high-level interactive language for
   numerical computations.
-  URL https://www.gnu.org/software/octave/doc/v7.3.0/
+  URL https://www.gnu.org/software/octave/doc/v8.1.0/
 
 A BibTeX entry for LaTeX users is:
 
   @manual{,
-    title     = {{GNU Octave} version 7.3.0 manual: a high-level interactive language for numerical computations},
+    title     = {{GNU Octave} version 8.1.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.3.0/},
+    year      = {2023},
+    url       = {https://www.gnu.org/software/octave/doc/v8.1.0/},
   }
 
 We have invested a lot of time and effort in creating GNU Octave, please
--- a/configure.ac	Sat Jan 21 14:01:41 2023 +0100
+++ b/configure.ac	Sun Jan 22 20:17:17 2023 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [8.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [8.0.90], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=8
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=1
+OCTAVE_PATCH_VERSION=90
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2023 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2022-11-15"
+OCTAVE_RELEASE_DATE="2023-01-22"
 
 ## 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	Sat Jan 21 14:01:41 2023 +0100
+++ b/etc/NEWS.8.md	Sun Jan 22 20:17:17 2023 -0500
@@ -1,5 +1,5 @@
-Summary of important user-visible changes for version 8 (yyyy-mm-dd):
----------------------------------------------------------------------
+Summary of important user-visible changes for version 8 (2023-01-22):
+--------------------------------------------------------------------
 
 ### General improvements
 
@@ -196,7 +196,7 @@
   `LDFLAGS` rather than `LFLAGS`.  `LFLAGS` was deprecated in Octave 6,
   and will be removed in a future version of Octave.
 
-Summary of bugs fixed for version 8.1.0 (YYYY-MM-DD):
+Summary of bugs fixed for version 8.1.0 (2023-01-22):
 ----------------------------------------------------
 
 - Improved input validation and/or output handling for `poly`, `pinv`, `patch`,
--- a/etc/icons/org.octave.Octave.appdata.xml	Sat Jan 21 14:01:41 2023 +0100
+++ b/etc/icons/org.octave.Octave.appdata.xml	Sun Jan 22 20:17:17 2023 -0500
@@ -190,6 +190,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2023-01-22" version="8.1.0"/>
     <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"/>