Skip to content

Commit 3852a3f

Browse files
Prepared a release that (hopefully) makes MinGW work again
1 parent 99697e4 commit 3852a3f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else()
2222
endif()
2323

2424
project(wxmaxima LANGUAGES CXX)
25-
set(VERSION 20.06.4)
25+
set(VERSION 20.06.5)
2626
set(GITVERSION ${VERSION})
2727
set(PACKAGE wxmaxima)
2828
set(APP_NAME wxmaxima)

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#20.06.5
2+
* wxMaxima now ships around a pecularity in MinGW
3+
* wxMaxima now ships around a MinGW-specific bug in catch2
4+
15
#20.06.4
26
* wxMaxima now automatically recovers truncated .wxmx files
37
* Resolved an compile error with the crosscompiled Windows build

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,23 @@
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
5353
<releases>
54+
5455
<!-- prefer to use date with approximate UTC time - this way the verifier won't trip due
5556
to time zone variations
5657
You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
5758
-->
59+
<release version="20.06.5" date="2020-06-07T10:07:00Z">
60+
<description>
61+
<p>
62+
This release fixes only MinGW-specific problems.
63+
</p>
64+
<ul>
65+
<li> wxMaxima now ships around a pecularity in MinGW </li>
66+
<li> wxMaxima now ships around a MinGW-specific bug in catch2 </li>
67+
</ul>
68+
</description>
69+
</release>
70+
5871
<release version="20.06.4" date="2020-06-06T10:30:00Z">
5972
<description>
6073
<p>

0 commit comments

Comments
 (0)