From fa1bf6c2fb45ff0263465537a0730ebff2b2010d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 16 Feb 2024 17:55:29 +0100 Subject: release 1.28.0 --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c51a670..f951be4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ +### mate-session-manager 1.28.0 + + * Translations update + * Revert "gsm-manager: use g_settings_schema_source_lookup ()" + * Add system desktop files item to automatic startup support + * main: fix double free on gl_renderer + * g_key_file_save_to_file () is available from glib 2.40 + * gsm-manager: use g_settings_schema_source_lookup () + * gsm-inhibit-dialog: Fix -Wimplicit-int-float-conversion warnings + * Fix build warnings about missing field initializer + * Fix implicit conversion changes signedness: 'gboolean' to 'guint' + * mate-session: fix memory leak + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + ### mate-session-manager 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * Fix memory leaks (#284) diff --git a/configure.ac b/configure.ac index 635b180..fd7f6a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.27.0], [https://mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.28.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1