From 50435695c33cd9515d7719cb639d8d8aeb74782b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 May 2018 18:38:16 +0200 Subject: release 1.21.0 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c40b7ce5..e2010cd4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +### mate-control-center 1.21.0 + + * sync with transifex + * update mate-control-center.pot + * bump required version of mate-menus + * use new mate-menus api + * use new api + * use matemenu_tree_new + * appearance: fixed more indents + * appearance: fixed indentations + * appearance: add buttons-have-icons switch + * mouse: add middle button emulation switch + * display-capplet: add css name for scrollarea + * Change cursor-size to 24px + * Scale cursor size for HiDPI when changing themes + * Fix screen geometry to account for rotation when snapping. + * Add auto-detect toggle switch + * theme-util.c: fix segfault on attempt to delete custom theme + * theme-thumbnail.c: avoid deprecated GtkButton:use-stock + * avoid deprecated GtkStock + * Remove useless parameter in mate_theme_install_real + * theme-installer.c: add tips when reinstall a existed theme + ### mate-control-center 1.20.0 * Scale font DPI for HiDPI displays diff --git a/configure.ac b/configure.ac index dd0ea9b3..2a9bc735 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.20.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.21.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1