# HG changeset patch # User John W. Eaton # Date 1691499744 14400 # Node ID 6fc591af58baccd1f9be398245eda017374d3283 # Parent af31415291e0376bd1c1c44c26ef221931144046 Version 8.2.0 released. * configure.ac (AC_INIT): Set version to 8.3.0. (OCTAVE_MINOR_VERSION): Now 3. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2023-08-08". * org.octave.Octave.appdata.xml: Add release info for version 8.3.0. * CITATION: Update for 8.3.0. * NEWS.8.md: Update release date. * libgui/module.mk (%canon_reldir%_liboctgui_revision): Increment. * libinterp/module.mk (%canon_reldir%_liboctinterp_revision): Increment. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_revision): Increment. diff -r af31415291e0 -r 6fc591af58ba CITATION --- a/CITATION Sat Aug 05 16:22:33 2023 +0200 +++ b/CITATION Tue Aug 08 09:02:24 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.2.0 manual: a high-level interactive language for + GNU Octave version 8.3.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v8.2.0/ + URL https://www.gnu.org/software/octave/doc/v8.3.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 8.2.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 8.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 = {2023}, - url = {https://www.gnu.org/software/octave/doc/v8.2.0/}, + url = {https://www.gnu.org/software/octave/doc/v8.3.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff -r af31415291e0 -r 6fc591af58ba configure.ac --- a/configure.ac Sat Aug 05 16:22:33 2023 +0200 +++ b/configure.ac Tue Aug 08 09:02:24 2023 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [8.2.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [8.3.0], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -40,15 +40,15 @@ ## versions. OCTAVE_MAJOR_VERSION=8 -OCTAVE_MINOR_VERSION=2 -OCTAVE_PATCH_VERSION=1 +OCTAVE_MINOR_VERSION=3 +OCTAVE_PATCH_VERSION=0 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="2023-04-13" +OCTAVE_RELEASE_DATE="2023-08-08" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly diff -r af31415291e0 -r 6fc591af58ba etc/NEWS.8.md --- a/etc/NEWS.8.md Sat Aug 05 16:22:33 2023 +0200 +++ b/etc/NEWS.8.md Tue Aug 08 09:02:24 2023 -0400 @@ -1,4 +1,4 @@ -Summary of bugs fixed for version 8.3.0 (yyyy-mm-dd): +Summary of bugs fixed for version 8.3.0 (2023-08-08): ---------------------------------------------------- For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX diff -r af31415291e0 -r 6fc591af58ba etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Sat Aug 05 16:22:33 2023 +0200 +++ b/etc/icons/org.octave.Octave.appdata.xml Tue Aug 08 09:02:24 2023 -0400 @@ -190,6 +190,7 @@ John W. Eaton and others + diff -r af31415291e0 -r 6fc591af58ba libgui/module.mk --- a/libgui/module.mk Sat Aug 05 16:22:33 2023 +0200 +++ b/libgui/module.mk Tue Aug 08 09:02:24 2023 -0400 @@ -65,7 +65,7 @@ ## to the rules in the etc/HACKING.md file: %canon_reldir%_liboctgui_current = 9 -%canon_reldir%_liboctgui_revision = 0 +%canon_reldir%_liboctgui_revision = 1 %canon_reldir%_liboctgui_age = 0 %canon_reldir%_liboctgui_version_info = $(%canon_reldir%_liboctgui_current):$(%canon_reldir%_liboctgui_revision):$(%canon_reldir%_liboctgui_age) diff -r af31415291e0 -r 6fc591af58ba libinterp/module.mk --- a/libinterp/module.mk Sat Aug 05 16:22:33 2023 +0200 +++ b/libinterp/module.mk Tue Aug 08 09:02:24 2023 -0400 @@ -152,7 +152,7 @@ ## to the rules in the etc/HACKING.md file: %canon_reldir%_liboctinterp_current = 11 -%canon_reldir%_liboctinterp_revision = 0 +%canon_reldir%_liboctinterp_revision = 1 %canon_reldir%_liboctinterp_age = 0 %canon_reldir%_liboctinterp_version_info = $(%canon_reldir%_liboctinterp_current):$(%canon_reldir%_liboctinterp_revision):$(%canon_reldir%_liboctinterp_age) diff -r af31415291e0 -r 6fc591af58ba liboctave/module.mk --- a/liboctave/module.mk Sat Aug 05 16:22:33 2023 +0200 +++ b/liboctave/module.mk Tue Aug 08 09:02:24 2023 -0400 @@ -86,7 +86,7 @@ ## to the rules in the etc/HACKING.md file: %canon_reldir%_%canon_reldir%_current = 10 -%canon_reldir%_%canon_reldir%_revision = 0 +%canon_reldir%_%canon_reldir%_revision = 1 %canon_reldir%_%canon_reldir%_age = 0 %canon_reldir%_%canon_reldir%_version_info = $(%canon_reldir%_%canon_reldir%_current):$(%canon_reldir%_%canon_reldir%_revision):$(%canon_reldir%_%canon_reldir%_age)