summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-08 17:30:21 +0100
committerraveit65 <[email protected]>2020-02-08 17:30:21 +0100
commitd9c87de8c808af9a0842a58a1355778711d7e842 (patch)
treee97bb3f653a13341e99ad971624beb7ee7ce767a
parent442503f52780b7370cf9905c3704b2e29b372e05 (diff)
downloadmate-session-manager-d9c87de8c808af9a0842a58a1355778711d7e842.tar.bz2
mate-session-manager-d9c87de8c808af9a0842a58a1355778711d7e842.tar.xz
release 1.24.0v1.24.0
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 340033d..f04c124 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
+### mate-session-manager 1.24.0
+
+ * Translations update
+ * build: show warning flags on configure summary
+ * avoid redundant redeclarations
+ * desktop files: add translator hints
+ * Fix timeout with gnome-keyring 3.34
+ * Remove GNOME_KEYRING_LIFETIME_FD
+ * po/Makevars: Set COPYRIGHT_HOLDER to The MATE Team
+ * Fix mate-session-properties vertical scaling
+
### mate-session-manager 1.23.0
- * tx: sync with transifex
+ * Translations update
* Remove trailing whitespaces
* migrate from intltool to gettext
* Change url project's website
diff --git a/configure.ac b/configure.ac
index aa2b853..55e09cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session-manager], [1.23.0], [https://mate-desktop.org/])
+AC_INIT([mate-session-manager], [1.24.0], [https://mate-desktop.org/])
AC_CONFIG_SRCDIR([mate-session])
AC_CONFIG_HEADERS([config.h])