Skip to content

Commit 0916ce7

Browse files
Enough bugs for a new release, I suppose.
1 parent 0b40f90 commit 0916ce7

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
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.1-DevelopmentSnapshot)
2+
set(VERSION 19.05.2)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Current:
1+
19.05.2
22
* Sometimes the auto-evaluation of the worksheet auto-triggered
33
* Support for broken locales that for valid non-ascii chars returned
44
isprint()= false
5-
* Corrected reading font sizes from styles.
5+
* Corrected reading font sizes from styles and configuring styles.
66

77
19.05.1
88
* Fixes for various combinations of GTK and wxWidgets versions

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+
* Sometimes the auto-evaluation of the worksheet auto-triggered
3+
* Support for broken locales that for valid non-ascii chars returned
4+
isprint()= false
5+
* Corrected reading font sizes from styles and configuring styles.
6+
17
# wxMaxima 19.05.1 - Stable
28
* Fixes for various combinations of GTK and wxWidgets versions
39
* A working Mac version

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
<content_attribute id="social-info">mild</content_attribute>
5454
</content_rating>
5555
<releases>
56+
<release version="19.05.2" date="2019-05-07">
57+
<description>
58+
<ul>
59+
<li>Sometimes the auto-evaluation of the worksheet auto-triggered</li>
60+
<li>Support for broken locales</li>
61+
<li>Corrected reading font sizes from styles and configuring styles</li>
62+
</ul>
63+
</description>
64+
</release>
5665
<release version="19.05.1" date="2019-05-05">
5766
<description>
5867
<ul>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 19.05.1~git
2+
version: 19.05.2~git
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)