Skip to content

Commit 58afcf0

Browse files
The pre-release commit
(Resolved a bug our users will notice and a maxima release is imminent)
1 parent 5aa2de9 commit 58afcf0

6 files changed

+21
-5
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- Jonathan Wakely
4141
- Mika Kahkonen
4242
- Kuba Ober
43+
- k-yaegashi
4344
- Lauri Nurmi
4445
- Lennart Ferlemann
4546
- Lennart Jern

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(WIN32)
1111
enable_language(RC)
1212
endif()
1313

14-
set(VERSION 22.03.0-DevelopmentSnapshot)
14+
set(VERSION 22.04.0)
1515
set(GITVERSION ${VERSION})
1616
set(CMAKE_CXX_STANDARD 14)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Current:
1+
# 22.04.0:
22
* A Russian translation update from Olesya Gerasimenko
3-
* A faster startup
3+
* Faster startup logic
4+
* Repaired drag-and-drop on MacOs (#1624)
5+
* Resolved a bug in parenthesis matching (#1649)
46

57
# 22.03.0:
68
* Add an compile option "WXM_INCLUDE_FONTS", which allows to

ReleaseChecklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wxMaxima (additional) steps:
2323
- Run "make test"
2424
- Does test/testbench_simple.wxmx work?
2525
- Update the included HTML manuals.
26-
- Create an (annotated) git tag for the release
26+
- Create an (annotated: using "git tag -a") git tag for the release
2727
- Push the tag to GitHub, using: git push origin --tags
2828
- Go to the releases page GitHub and convert the tag into a release.
2929
If possible add an Windows installer too.

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

+13
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="22.04.0" date="2022-04-09T09:36:00Z">
61+
<description>
62+
<p>
63+
Mainly Bug fixes.
64+
<ul>
65+
<li>A Russian translation update from Olesya Gerasimenko</li>
66+
<li>Faster startup logic</li>
67+
<li>Repaired drag-and-drop on MacOs (#1624)</li>
68+
<li>Resolved a bug in parenthesis matching (#1649)</li>
69+
</ul>
70+
</p>
71+
</description>
72+
</release>
6073
<release version="22.03.0" date="2022-03-19T22:00:00Z">
6174
<description>
6275
<p>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 22.03.0
2+
version: 22.04.0
33
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
44
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
55
confinement: strict

0 commit comments

Comments
 (0)