changeset 31893:18e10e48f51e

maint: Merge stable to default
author John W. Eaton <jwe@octave.org>
date Tue, 07 Mar 2023 15:58:51 -0500
parents f1f11a50a402 (current diff) fe1704313ec3 (diff)
children 1566f2dff418
files configure.ac etc/NEWS.8.md
diffstat 4 files changed, 19 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Mon Mar 06 19:02:06 2023 -0500
+++ b/.hgtags	Tue Mar 07 15:58:51 2023 -0500
@@ -135,3 +135,4 @@
 6c1e310b223029c3a21abe9629f4200560024c3a release-7-2-0
 2c037ce004502260228925e651dc077573366ba2 release-7-3-0
 74aa32d5fd08ec0398ac8261d4bf5dbd75e8f6a4 rc-8-0-90
+75b1efe727d495ae579b9e27a620219dc72d9205 release-8-1-0
--- a/configure.ac	Mon Mar 06 19:02:06 2023 -0500
+++ b/configure.ac	Tue Mar 07 15:58:51 2023 -0500
@@ -48,7 +48,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2023 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2023-01-22"
+OCTAVE_RELEASE_DATE="2023-03-07"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
@@ -63,7 +63,7 @@
 dnl FIXME: Since we also set libtool versions for liboctave and libinterp,
 dnl perhaps we should be computing the "api version" from those versions numbers
 dnl in some way instead of setting it independently here.
-OCTAVE_API_VERSION="api-v57+"
+OCTAVE_API_VERSION="api-v58"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/etc/NEWS.8.md	Mon Mar 06 19:02:06 2023 -0500
+++ b/etc/NEWS.8.md	Tue Mar 07 15:58:51 2023 -0500
@@ -1,4 +1,18 @@
-Summary of important user-visible changes for version 8 (2023-01-22):
+Summary of bugs fixed for version 8.2.0 (yyyy-mm-dd):
+----------------------------------------------------
+
+For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
+
+### Improvements and fixes
+
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+
+Summary of important user-visible changes for version 8 (2023-03-07):
 --------------------------------------------------------------------
 
 ### General improvements
--- a/etc/icons/org.octave.Octave.appdata.xml	Mon Mar 06 19:02:06 2023 -0500
+++ b/etc/icons/org.octave.Octave.appdata.xml	Tue Mar 07 15:58:51 2023 -0500
@@ -190,7 +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="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"/>
     <release date="2022-04-06" version="7.1.0"/>