Skip to content

Commit 6c1f679

Browse files
As the next maxima release might be imminent I better release the last bugfixes.
1 parent e5e817c commit 6c1f679

39 files changed

+83
-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.02.3-DevelopmentSnapshot)
17+
set(VERSION 20.02.4)
1818
set(GITVERSION ${VERSION})
1919
set(PACKAGE wxmaxima)
2020
set(APP_NAME wxmaxima)

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#20.02.4
2+
* Corrected a few last bugs for pre- and post- super- and subscripts
3+
14
#20.02.3
25
* Support for pre- and post- super- and subscripts provided by Robert Dodier
36

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
5353
<releases>
54+
<release version="20.02.4" date="2020-02-24">
55+
<description>
56+
<p>
57+
A bugfix-only release.
58+
</p>
59+
<ul>
60+
<li>Corrected a few last bugs for pre- and post- super- and subscripts</li>
61+
</ul>
62+
</description>
63+
</release>
5464
<release version="20.02.3" date="2020-02-23">
5565
<description>
5666
<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.02.2 ] */
2+
/* [ Created with wxMaxima version 20.02.4 ] */
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.02.2"$
25+
"Created with wxMaxima 20.02.4"$

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.02.2 ] */
2+
/* [ Created with wxMaxima version 20.02.4 ] */
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.02.2"$
25+
"Created with wxMaxima 20.02.4"$

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=54
2828
y=27
2929
w=1220
30-
h=1090
30+
h=1053
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.02.2 ] */
2+
/* [ Created with wxMaxima version 20.02.4 ] */
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.02.2"$
20+
"Created with wxMaxima 20.02.4"$

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=54
2323
y=27
2424
w=1220
25-
h=1090
25+
h=1053
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.02.2 ] */
2+
/* [ Created with wxMaxima version 20.02.4 ] */
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.02.2"$
75+
"Created with wxMaxima 20.02.4"$

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.02.2 ] */
2+
/* [ Created with wxMaxima version 20.02.4 ] */
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.02.2"$
25+
"Created with wxMaxima 20.02.4"$

0 commit comments

Comments
 (0)