Skip to content

Commit 8a6ae3c

Browse files
Ran the test suite.
1 parent 5b11f84 commit 8a6ae3c

38 files changed

+85
-70
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else()
1414
endif()
1515

1616
project(wxmaxima LANGUAGES CXX)
17-
set(VERSION 20.03.0-DevelopmentSnapshot)
17+
set(VERSION 20.03.1)
1818
set(GITVERSION ${VERSION})
1919
set(PACKAGE wxmaxima)
2020
set(APP_NAME wxmaxima)

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
5353
<releases>
54+
<release version="20.03.1" date="2020-03-15">
55+
<description>
56+
<p>
57+
The last release introduced a crash that was easy to trigger.
58+
In order to prevent a situation in which every packager has to
59+
search for a remedy separately a new release was made.
60+
</p>
61+
<ul>
62+
<li>Resolved a crash on right-clicking a GroupCell</li>
63+
<li>Help works again in the german translation</li>
64+
<li>Removed an unnecessary info dialogue on startup</li>
65+
<li>Right-click-suggestions for similar command names</li>
66+
</ul>
67+
</description>
68+
</release>
5469
<release version="20.03.0" date="2020-03-13">
5570
<description>
5671
<p>

test/automatic_test_files/absCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ abs(x(100));
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 20.03.0"$
25+
"Created with wxMaxima 20.03.1"$

test/automatic_test_files/atCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ x(100)@t33;
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 20.03.0"$
25+
"Created with wxMaxima 20.03.1"$

test/automatic_test_files/autosave.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ decor_b=0
2727
x=56
2828
y=27
2929
w=1220
30-
h=1053
30+
h=1090
3131
Maximized=0
3232
Iconized=0
3333
decor_l=0

test/automatic_test_files/boxes.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
1+box(x(1))+z;
55
/* [wxMaxima: input end ] */
@@ -17,4 +17,4 @@
1717

1818

1919
/* Old versions of Maxima abort on loading files that end in a comment. */
20-
"Created with wxMaxima 20.03.0"$
20+
"Created with wxMaxima 20.03.1"$

test/automatic_test_files/config_from_19.11.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Iconized=0
2222
x=56
2323
y=27
2424
w=1220
25-
h=1053
25+
h=1090
2626
Maximized=0
2727
Iconized=0
2828
decor_l=0

test/automatic_test_files/conjugateCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
r;
55
/* [wxMaxima: input end ] */
@@ -72,4 +72,4 @@ conjugate(c_100);
7272

7373

7474
/* Old versions of Maxima abort on loading files that end in a comment. */
75-
"Created with wxMaxima 20.03.0"$
75+
"Created with wxMaxima 20.03.1"$

test/automatic_test_files/diffCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ x(n):=sum(x[i],i,1,n)$
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 20.03.0"$
25+
"Created with wxMaxima 20.03.1"$

test/automatic_test_files/exptCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 20.03.0 ] */
2+
/* [ Created with wxMaxima version 20.03.1 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ exp(sum(x[i],i,1,100));
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 20.03.0"$
25+
"Created with wxMaxima 20.03.1"$

0 commit comments

Comments
 (0)