summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:19:14 +0100
committermbkma <[email protected]>2022-11-11 20:19:14 +0100
commit900de4f4be768a4a199cb856311c7e43ab4e506a (patch)
tree78bf16d99c7d1eaa1633640e6d07d67670b96b2a
parent670e86480d55eb3673caee0b0d1bfa022bd93f98 (diff)
downloadmate-session-manager-900de4f4be768a4a199cb856311c7e43ab4e506a.tar.bz2
mate-session-manager-900de4f4be768a4a199cb856311c7e43ab4e506a.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])