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