Skip to content

Commit e755667

Browse files
The pre-release commit
1 parent 3dd6680 commit e755667

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(WIN32)
1111
enable_language(RC)
1212
endif()
1313

14-
set(VERSION 20.12.2-DevelopmentSnapshot)
14+
set(VERSION 21.01.0)
1515
set(GITVERSION ${VERSION})
1616
set(CMAKE_CXX_STANDARD 14)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Current
1+
# 21.01.0
22
* Chinese translation updates by 刘荣.
3-
* Many small bugfixes.
3+
* A Russian translation update by OlesyaGerasimenko
4+
* Many small bugfixes including a crash on loading files with images.
45

56
# 20.12.2
67
* Compilation now works if wxWidgets was compiled with stl support

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@
5656
to time zone variations
5757
You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
5858
-->
59+
<release version="21.01.0" date="2021-01-23T19:29:00Z">
60+
<description>
61+
<p>
62+
Bugfix release: Reproducible crashes on loading files with images on MacOs.
63+
</p>
64+
<ul>
65+
<li> Chinese translation updates by 刘荣</li>
66+
<li> A Russian translation update by OlesyaGerasimenko</li>
67+
<li> Many small bugfixes including a crash on loading files with images</li>
68+
</ul>
69+
</description>
70+
</release>
5971
<release version="20.12.2" date="2020-12-30T15:47:00Z">
6072
<description>
6173
<p>

0 commit comments

Comments
 (0)