File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
22
endif ()
23
23
24
24
project (wxmaxima LANGUAGES CXX )
25
- set (VERSION 20.06.4 )
25
+ set (VERSION 20.06.5 )
26
26
set (GITVERSION ${VERSION} )
27
27
set (PACKAGE wxmaxima )
28
28
set (APP_NAME wxmaxima )
Original file line number Diff line number Diff line change
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
+
1
5
#20 .06.4
2
6
* wxMaxima now automatically recovers truncated .wxmx files
3
7
* Resolved an compile error with the crosscompiled Windows build
Original file line number Diff line number Diff line change 51
51
<content_attribute id =" social-info" >mild</content_attribute >
52
52
</content_rating >
53
53
<releases >
54
+
54
55
<!-- prefer to use date with approximate UTC time - this way the verifier won't trip due
55
56
to time zone variations
56
57
You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
57
58
-->
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
+
58
71
<release version =" 20.06.4" date =" 2020-06-06T10:30:00Z" >
59
72
<description >
60
73
<p >
You can’t perform that action at this time.
0 commit comments