diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -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]) |