diff options
author | mbkma <[email protected]> | 2022-11-11 20:19:14 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 20:19:14 +0100 |
commit | 900de4f4be768a4a199cb856311c7e43ab4e506a (patch) | |
tree | 78bf16d99c7d1eaa1633640e6d07d67670b96b2a | |
parent | 670e86480d55eb3673caee0b0d1bfa022bd93f98 (diff) | |
download | mate-session-manager-900de4f4be768a4a199cb856311c7e43ab4e506a.tar.bz2 mate-session-manager-900de4f4be768a4a199cb856311c7e43ab4e506a.tar.xz |
release 1.27.0v1.27.0
-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]) |