From 316be78b0c90e3011ff57936000fb2ce2686bd6b Mon Sep 17 00:00:00 2001 From: "John W. Eaton" Date: Thu, 12 Dec 2024 06:30:00 -0500 Subject: [PATCH 1/2] Version 9.3.0 released. * configure.ac (AC_INIT): Set version to 9.3.0. (OCTAVE_MINOR_VERSION): Now 3. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2024-12-12". * org.octave.Octave.appdata.xml: Add release info for version 9.3.0. * CITATION: Update for 9.3.0. * NEWS.9.md: Update release date. --- CITATION | 8 ++++---- configure.ac | 8 ++++---- etc/NEWS.9.md | 2 +- etc/icons/org.octave.Octave.metainfo.xml | 1 + libgui/module.mk | 4 ++-- libinterp/module.mk | 6 +++--- liboctave/module.mk | 2 +- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CITATION b/CITATION index c2ad0a9ade..2cdc0cb544 100644 --- a/CITATION +++ b/CITATION @@ -1,17 +1,17 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2024). - GNU Octave version 9.2.0 manual: a high-level interactive language for + GNU Octave version 9.3.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v9.2.0/ + URL https://www.gnu.org/software/octave/doc/v9.3.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 9.2.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 9.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 = {2024}, - url = {https://www.gnu.org/software/octave/doc/v9.2.0/}, + url = {https://www.gnu.org/software/octave/doc/v9.3.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff --git a/configure.ac b/configure.ac index 2c429191d2..a411d15830 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [9.2.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [9.3.0], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -40,15 +40,15 @@ dnl AC_INIT requires it to be static, not computed from shell variables. ## versions. OCTAVE_MAJOR_VERSION=9 -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-2024 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2024-06-01" +OCTAVE_RELEASE_DATE="2024-12-12" ## 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 --git a/etc/NEWS.9.md b/etc/NEWS.9.md index b5a7c704dd..879680cdf9 100644 --- a/etc/NEWS.9.md +++ b/etc/NEWS.9.md @@ -1,6 +1,6 @@ For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX -Summary of bugs fixed for version 9.3.0 (tbd): +Summary of bugs fixed for version 9.3.0 (2024-12-12): ----------------------------------------------------- ### Improvements and fixes diff --git a/etc/icons/org.octave.Octave.metainfo.xml b/etc/icons/org.octave.Octave.metainfo.xml index 8aaafd7b51..3d920eeeff 100644 --- a/etc/icons/org.octave.Octave.metainfo.xml +++ b/etc/icons/org.octave.Octave.metainfo.xml @@ -198,6 +198,7 @@ along with Octave; see the file COPYING. If not, see + diff --git a/libgui/module.mk b/libgui/module.mk index a16e0416b9..f20daa9c44 100644 --- a/libgui/module.mk +++ b/libgui/module.mk @@ -64,9 +64,9 @@ nodist_%canon_reldir%_liboctgui_la_SOURCES = \ ## Increment the following version numbers as needed and according ## to the rules in the etc/HACKING.md file: -%canon_reldir%_liboctgui_current = 12 +%canon_reldir%_liboctgui_current = 13 %canon_reldir%_liboctgui_revision = 0 -%canon_reldir%_liboctgui_age = 0 +%canon_reldir%_liboctgui_age = 1 %canon_reldir%_liboctgui_version_info = $(%canon_reldir%_liboctgui_current):$(%canon_reldir%_liboctgui_revision):$(%canon_reldir%_liboctgui_age) diff --git a/libinterp/module.mk b/libinterp/module.mk index 670805c479..b2ebca1cfa 100644 --- a/libinterp/module.mk +++ b/libinterp/module.mk @@ -156,9 +156,9 @@ endif ## Increment the following version numbers as needed and according ## to the rules in the etc/HACKING.md file: -%canon_reldir%_liboctinterp_current = 12 -%canon_reldir%_liboctinterp_revision = 1 -%canon_reldir%_liboctinterp_age = 0 +%canon_reldir%_liboctinterp_current = 13 +%canon_reldir%_liboctinterp_revision = 0 +%canon_reldir%_liboctinterp_age = 1 %canon_reldir%_liboctinterp_version_info = $(%canon_reldir%_liboctinterp_current):$(%canon_reldir%_liboctinterp_revision):$(%canon_reldir%_liboctinterp_age) diff --git a/liboctave/module.mk b/liboctave/module.mk index 24e46831c2..d186caac55 100644 --- a/liboctave/module.mk +++ b/liboctave/module.mk @@ -86,7 +86,7 @@ nodist_%canon_reldir%_%canon_reldir%_la_SOURCES = \ ## to the rules in the etc/HACKING.md file: %canon_reldir%_%canon_reldir%_current = 11 -%canon_reldir%_%canon_reldir%_revision = 1 +%canon_reldir%_%canon_reldir%_revision = 2 %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) From 3292254e8743d6f75f888ff9ecc93aa2bff2eaba Mon Sep 17 00:00:00 2001 From: "John W. Eaton" Date: Thu, 12 Dec 2024 06:31:07 -0500 Subject: [PATCH 2/2] Added tag release-9-3-0 for changeset 5854a65df8f5 --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index b2b8f284a8..0a63d6934b 100644 --- a/.hgtags +++ b/.hgtags @@ -143,3 +143,4 @@ fdadf31961bb5b089f5a2b7cd660351434b31de0 release-8-2-0 d0c18b1446dfce3dd2c9953fb8d51341b680f384 release-9-1-0 75ef583dd829d9190a90295b7e530364c3ff0ed7 rc-9-1-90 f7f956555e4ab8a05d52a9be4c24209670b870d2 release-9-2-0 +5854a65df8f59c0071eea5c51ed386ab779729bc release-9-3-0