diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 7 deletions
@@ -1,11 +1,13 @@ +### mate-desktop 1.21.1 + ### mate-desktop 1.21.0 - sync with transifex - drop ancient and unused acinclude.m4 - Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR - Change default cursor-size to 24px - Support background fallback on HiDPI - mate-rr-labeler: fix font-color for dark themes + * sync with transifex + * drop ancient and unused acinclude.m4 + * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR + * Change default cursor-size to 24px + * Support background fallback on HiDPI + * mate-rr-labeler: fix font-color for dark themes ### mate-desktop 1.20.0 diff --git a/configure.ac b/configure.ac index 3dbd1da..89975d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [21]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |