release 1.26.0

This commit is contained in:
raveit65 2021-08-07 13:54:41 +02:00
parent 6dd67d5e00
commit b30a29be43
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -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

View File

@ -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])