Skip to content

Commit df2483c

Browse files
committed
maint: merge stable to default
2 parents 7d7d37c + 76a57f6 commit df2483c

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.hgtags

+1
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ d0c18b1446dfce3dd2c9953fb8d51341b680f384 release-9-1-0
144144
75ef583dd829d9190a90295b7e530364c3ff0ed7 rc-9-1-90
145145
f7f956555e4ab8a05d52a9be4c24209670b870d2 release-9-2-0
146146
5854a65df8f59c0071eea5c51ed386ab779729bc release-9-3-0
147+
df465cbba05afa74d56e66204badaff3c50fd503 release-9-4-0

CITATION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
To cite GNU Octave in publications use:
22

33
John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2024).
4-
GNU Octave version 9.3.0 manual: a high-level interactive language for
4+
GNU Octave version 9.4.0 manual: a high-level interactive language for
55
numerical computations.
6-
URL https://www.gnu.org/software/octave/doc/v9.3.0/
6+
URL https://www.gnu.org/software/octave/doc/v9.4.0/
77

88
A BibTeX entry for LaTeX users is:
99

1010
@manual{,
11-
title = {{GNU Octave} version 9.3.0 manual: a high-level interactive language for numerical computations},
11+
title = {{GNU Octave} version 9.4.0 manual: a high-level interactive language for numerical computations},
1212
author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
1313
year = {2024},
14-
url = {https://www.gnu.org/software/octave/doc/v9.3.0/},
14+
url = {https://www.gnu.org/software/octave/doc/v9.4.0/},
1515
}
1616

1717
We have invested a lot of time and effort in creating GNU Octave, please

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OCTAVE_VERSION="$PACKAGE_VERSION"
4848

4949
OCTAVE_COPYRIGHT="Copyright (C) 1993-2024 The Octave Project Developers."
5050

51-
OCTAVE_RELEASE_DATE="2024-06-01"
51+
OCTAVE_RELEASE_DATE="2025-02-05"
5252

5353
## The "API version" is used as a way of checking that interfaces in the
5454
## liboctave and libinterp libraries haven't changed in a backwardly

etc/NEWS.9.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
22

3-
Summary of bugs fixed for version 9.4.0 (tbd):
3+
Summary of bugs fixed for version 9.5.0 (tbd):
4+
-----------------------------------------------------
5+
6+
### Improvements and fixes
7+
8+
### GUI
9+
10+
### Build system / Tests
11+
12+
### Documentation
13+
14+
15+
Summary of bugs fixed for version 9.4.0 (2025-02-05):
416
-----------------------------------------------------
517

618
### Improvements and fixes

etc/icons/org.octave.Octave.metainfo.xml

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ along with Octave; see the file COPYING. If not, see
198198
</developer>
199199
<content_rating type="oars-1.0"/>
200200
<releases>
201+
<release date="2025-02-05" version="9.4.0"/>
201202
<release date="2024-12-12" version="9.3.0"/>
202203
<release date="2024-06-01" version="9.2.0"/>
203204
<release date="2024-03-14" version="9.1.0"/>

0 commit comments

Comments
 (0)