summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-15 17:37:30 +0200
committerraveit65 <[email protected]>2017-08-15 17:37:30 +0200
commit987090c5615af43301317e6cdc24d9f12bac5716 (patch)
tree620098125b663c679e8f8726a14c896cb183a946
parentd9ae2fc0f5f253ccf46f586c976da1c7f797efc2 (diff)
downloadmate-control-center-987090c5615af43301317e6cdc24d9f12bac5716.tar.bz2
mate-control-center-987090c5615af43301317e6cdc24d9f12bac5716.tar.xz
release 1.19.1v1.19.1
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0db0c231..2e6f809e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+### mate-control-center 1.19.1
+
+ * Translations update
+ * libslab: avoid deprecated gdk_screen_width/height
+ * appearance-font.c: avoid deprecated gdk_screen_get_width/height_mm
+ * avoid deprecated gdk_screen_get_width/height
+ * libslab: drop unneeded libslab_mate_desktop_item_open_help function
+ * libslab : drop uneeded support for gnome-main-menu
+ * typing-break: avoid deprecated GDK pointer and keyboard types
+ * libslab: don't use deprecated gtk_show_uri
+ * display scrollarea: avoid deprecated gtk_adjustment_changed
+ * keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types
+ * display scrollarea: fix a -Wuninitialized build warning
+ * display scrollarea: avoid deprecated gdk_window_get_pointer
+ * po: don't list non-existent files in POTFILES.skip
+ * avoid deprecated gdk_screen_make_display_name
+ * avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens
+ * capplet-util: don't use deprecated gtk_show_uri
+ * typing-break: avoid deprecated GtkMisc
+ * typing-break: avoid deprecated gtk_alignment_new ()
+ * mouse: fix a build warning
+ * mouse: warn about enabling multi-finger emulation
+
### mate-control-center 1.19.0
* Translations update
diff --git a/configure.ac b/configure.ac
index ae05ac4d..98183b16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.19.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.19.1], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])