diff options
author | raveit65 <[email protected]> | 2019-07-07 22:37:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-07 22:37:24 +0200 |
commit | e5b85fcdd8b1951501de319d4e24a37fac77d5d3 (patch) | |
tree | 20692adc550bd6fe5631c4e175ab7bcaab1875f7 | |
parent | 52da12d3a3a37ca64c57278dd46ede234d93908a (diff) | |
download | mate-polkit-1.23.0.tar.bz2 mate-polkit-1.23.0.tar.xz |
release 1.23.0v1.23.0
-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]) |