Skip to content

Commit d6f1f73

Browse files
A bugfix release.
1 parent ded2ac9 commit d6f1f73

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(wxmaxima)
2-
set(VERSION 19.05.0-DevelopmentSnapshot)
2+
set(VERSION 19.05.1)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
19.05.1
2+
* Fixes for various combinations of GTK and wxWidgets versions
3+
* A working Mac version
4+
* A few Windows bug Fixes
5+
* Big performance improvements.
6+
17
19.05.0
28
* Another ArchLinux displaying issue
39
* More GTK3 compatibility

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# wxMaxima 19.05.1 - Stable
2+
* Fixes for various combinations of GTK and wxWidgets versions
3+
* A working Mac version
4+
* A few Windows bug Fixes
5+
* Big performance improvements.
6+
17
# wxMaxima 19.05.0 - Stable
28
* Another ArchLinux displaying issue
39
* More GTK3 compatibility

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
<content_attribute id="social-info">mild</content_attribute>
5454
</content_rating>
5555
<releases>
56+
<release version="19.05.1" date="2019-05-05">
57+
<description>
58+
<ul>
59+
<li>Fixes for various combinations of GTK and wxWidgets versions</li>
60+
<li>A working Mac version</li>
61+
<li>A few Windows bug Fixes</li>
62+
<li>Big performance improvements</li>
63+
</ul>
64+
</description>
65+
</release>
5666
<release version="19.05.0" date="2019-05-03">
5767
<description>
5868
<ul>

0 commit comments

Comments
 (0)