diff options
author | raveit65 <[email protected]> | 2021-08-07 13:54:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 13:54:41 +0200 |
commit | b30a29be43d80734d05246d6240f64a18e4a5cc0 (patch) | |
tree | c2f2cefdc4acc148b12f6a3700f10f7de5642737 | |
parent | 6dd67d5e00000ae80049f7e1fe29c796f175164f (diff) | |
download | mate-control-center-1.26.0.tar.bz2 mate-control-center-1.26.0.tar.xz |
release 1.26.0v1.26.0
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |