diff options
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 1 deletions
@@ -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]) |