Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 16, 2024
1 parent 750bb49 commit fa1bf6c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit fa1bf6c

Please sign in to comment.