summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-27 18:38:16 +0200
committerraveit65 <[email protected]>2018-05-27 18:38:16 +0200
commit50435695c33cd9515d7719cb639d8d8aeb74782b (patch)
tree308ff486bf692da7ec0b94b6870c4e54b657ce99
parent98b1b52c4bccb7e13d063b1a44ae1c909efec477 (diff)
downloadmate-control-center-50435695c33cd9515d7719cb639d8d8aeb74782b.tar.bz2
mate-control-center-50435695c33cd9515d7719cb639d8d8aeb74782b.tar.xz
release 1.21.0v1.21.0
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
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])