From a26e60b8b998f852a8b3b0794368e38581edd8c1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 18 Jul 2019 16:35:34 +0200 Subject: release 1.23.1 --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 394a90ed..abbc5b64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +### mate-control-center 1.23.1 + + * Translations update + * fix build error when not installed gla11y + * remove lightdm-settings support + * launch lightdm-settings if installed + * use current running DM preferences program + * support lightdm-gtk-greeter-settings as login preferences program + * replace Tab with space + * drop libXxf86 dependency + * Use python3 for gla11y + * Add scroll tabs with mouse wheel in severals capplets + * libslab: bookmark-agent.c avoid deprecated g_type_class_add_private + * font-viewer: avoid deprecated 'g_type_class_add_private' + * Remove compilation warnings + * time-admin: Don't set window title for message-box dialog + * time-admin: Don't set font size/color for regular controls + * use theme's icon preferences-system-time + * time-admin: Fix license notice in time-zone.h|c, time-map.h|c + * capplets: Remove the macro MATELOCALEDIR where it's not required + * capplets: Use capplet_init + * time-admin: shortcuts, images & shared code for buttons + * common: Remove capplet-stock-icons + * time-admin: Remove po-timezones + * Remove trailing whitespaces + ### mate-control-center 1.23.0 * Translations update diff --git a/configure.ac b/configure.ac index 5bf72803..e7ef54ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.23.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.23.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1