summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-07-07 22:37:24 +0200
committerraveit65 <[email protected]>2019-07-07 22:37:24 +0200
commite5b85fcdd8b1951501de319d4e24a37fac77d5d3 (patch)
tree20692adc550bd6fe5631c4e175ab7bcaab1875f7
parent52da12d3a3a37ca64c57278dd46ede234d93908a (diff)
downloadmate-polkit-e5b85fcdd8b1951501de319d4e24a37fac77d5d3.tar.bz2
mate-polkit-e5b85fcdd8b1951501de319d4e24a37fac77d5d3.tar.xz
release 1.23.0v1.23.0
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
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])