From 900de4f4be768a4a199cb856311c7e43ab4e506a Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 11 Nov 2022 20:19:14 +0100 Subject: release 1.27.0 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0b86fb4..c51a670 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +### mate-session-manager 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * Fix memory leaks (#284) + * build warning: AC_OUTPUT should be used without arguments + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + ### mate-session-manager 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index c647eac..0c07c34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.26.0], [https://mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.27.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1