File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
project (wxmaxima )
2
- set (VERSION 19.02.2-DevelopmentSnapshot )
2
+ set (VERSION 19.03.0 )
3
3
set (PACKAGE_VERSION ${VERSION} )
4
4
set (GITVERSION ${VERSION} )
5
5
set (PACKAGE wxMaxima )
Original file line number Diff line number Diff line change 5
5
* The usual bug fixes, this time including one bug fix that makes
6
6
wxMaxima work again on Gentoo and some help path lookup fixes.
7
7
8
+ 19.01.1-19.02.2:
9
+ * Bug fixes only
10
+
8
11
19.01.0:
9
12
* Many bugfixes for the display code
10
13
* The desktop integration files now adher to the newest standards
Original file line number Diff line number Diff line change
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
+
1
10
# wxMaxima 19.02.2 - Stable
2
11
3
12
* Corrected the GTK3 fix
Original file line number Diff line number Diff line change 54
54
<content_attribute id =" social-info" >mild</content_attribute >
55
55
</content_rating >
56
56
<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 >
57
69
<release version =" 19.02.2" date =" 2019-02-18" >
58
70
<description >
59
71
<ul >
You can’t perform that action at this time.
0 commit comments