diff options
author | raveit65 <[email protected]> | 2024-02-16 17:55:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-16 17:55:29 +0100 |
commit | fa1bf6c2fb45ff0263465537a0730ebff2b2010d (patch) | |
tree | 8f17b8347ebe996529e0c84f9d2a8fd10d17f4ce | |
parent | 750bb49724948528940ed288a438963b03c93f7a (diff) | |
download | mate-session-manager-1.28.0.tar.bz2 mate-session-manager-1.28.0.tar.xz |
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 2 deletions
@@ -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]) |