From d9c87de8c808af9a0842a58a1355778711d7e842 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 8 Feb 2020 17:30:21 +0100 Subject: release 1.24.0 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 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]) -- cgit v1.2.1