From e5b85fcdd8b1951501de319d4e24a37fac77d5d3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 7 Jul 2019 22:37:24 +0200 Subject: release 1.23.0 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bc27cee..ab85437 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1