From b30a29be43d80734d05246d6240f64a18e4a5cc0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 7 Aug 2021 13:54:41 +0200 Subject: release 1.26.0 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b20b1c24..16f3378c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +### mate-control-center 1.26.0 + + * Translations update + Replace the deprecated GtkTable with GtkGrid + Replace the deprecated gtk_widget_set_state with gtk_widget_set_state_flags + Remove useless and discarded gtk_button_released + Replace the deprecated g_bookmark_file_get_modified with g_bookmark_file_get_modified_date_time + Fix compilation warning + Use gtk-cancel icon replace window-close icon + update copyright to 2021 + ### mate-control-center 1.25.2 * Translations update diff --git a/configure.ac b/configure.ac index 87dda820..d9c72eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.25.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.26.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1