summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-08 16:29:50 +0100
committerraveit65 <[email protected]>2020-02-08 16:29:50 +0100
commit93e0210f069004602fadea91b686fa553cb245b5 (patch)
treed9bbb169efb1a105ac6d2186a552d4a990e3f959
parent7eda3fc106921fb3866da9f2e44d6fb6ff2b9de9 (diff)
downloadmate-polkit-93e0210f069004602fadea91b686fa553cb245b5.tar.bz2
mate-polkit-93e0210f069004602fadea91b686fa553cb245b5.tar.xz
release 1.24.0v1.24.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab85437..620f11f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-polkit 1.24.0
+
+ * build: show warning flags on configure summary
+ * build: warning flags are already defined
+ * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
+ * Translations update
+ * migrate from intltool to gettext
+
### mate-polkit 1.23.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 792be52..b9858ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([polkit-mate],[1.23.0],[https://mate-desktop.org/],[mate-polkit])
+AC_INIT([polkit-mate],[1.24.0],[https://mate-desktop.org/],[mate-polkit])
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])