Skip to content

Commit 15a07dd

Browse files
Prepare a new release.
1 parent c4e9a63 commit 15a07dd

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-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.02.2-DevelopmentSnapshot)
2+
set(VERSION 19.03.0)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Current:
55
* The usual bug fixes, this time including one bug fix that makes
66
wxMaxima work again on Gentoo and some help path lookup fixes.
77

8+
19.01.1-19.02.2:
9+
* Bug fixes only
10+
811
19.01.0:
912
* Many bugfixes for the display code
1013
* The desktop integration files now adher to the newest standards

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# wxMaxima 19.03.9 - Stable
2+
3+
* The ESC sequences for inputting symbols now use autocompletion.
4+
* Use wxAutoBufferedPaintDC for drawing the worksheet instead of
5+
implementing our own version of it.
6+
* The usual bug fixes, this time including one bug fix that makes
7+
wxMaxima work again on Gentoo and help path lookup fixes for
8+
different operating systems.
9+
110
# wxMaxima 19.02.2 - Stable
211

312
* Corrected the GTK3 fix

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
<content_attribute id="social-info">mild</content_attribute>
5555
</content_rating>
5656
<releases>
57+
<release version="19.03.0" date="2019-03-01">
58+
<description>
59+
<ul>
60+
<li>The ESC sequences for inputting symbols now use autocompletion</li>
61+
<li>Use wxAutoBufferedPaintDC for drawing the worksheet instead of
62+
implementing our own version of it</li>
63+
<li>The usual bug fixes, this time including one bug fix that makes
64+
wxMaxima work again on Gentoo and help path lookup fixes for
65+
different operating systems.</li>
66+
</ul>
67+
</description>
68+
</release>
5769
<release version="19.02.2" date="2019-02-18">
5870
<description>
5971
<ul>

0 commit comments

Comments
 (0)