summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])