diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-polkit 1.23.0 + + * Translations update + * Migrate from GSimpleAsyncResult to GTask + * [ci] Add cppcheck html report + * drop deprecated gtk_dialog_get_action_area + * Avoid deprecated g_type_class_add_private + * polkitmateauthenticationdialog: avoid GtkStock + * Change url project's website + * [ci] Enable Clang Static Analyzer + ### mate-polkit 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index a684e45..a06af04 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.22.0],[https://mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.23.0],[https://mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |