summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-05 10:35:58 +0200
committerraveit65 <[email protected]>2021-08-05 10:43:06 +0200
commit34aafe51a3b610a1f3b957b92141f49574e833d5 (patch)
tree9fae0755e7de8b37848f43f6f51f7ce35bc0f547
parent543871582ddb60758bde71c9468faa55c99ae0b3 (diff)
downloadmate-session-manager-1.26.0.tar.bz2
mate-session-manager-1.26.0.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a58f9d2..0b86fb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+### mate-session-manager 1.26.0
+
+ * Translations update
+ * update copyright to 2021
+ * Follow freedesktop guidelines to disable autorun using Hidden key
+ * capplet: use a function to set the visibility of treeview rows
+ * Look for the location of the locking screen app using user's PATH
+ * capplet: memory leak
+ * Fix building Serbian translation
+ * mate-session-check-accelerated-common: missing include guard
+ * capplet: i18n parameter_string argument of gtk_init_with_args
+ * build: allow users to disable gettext support (--disable-nls)
+ * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
+ * Support xscreensaver when mate-screensaver is not available
+ * Remove warning -Wshadow
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+
### mate-session-manager 1.25.0
* Build: disable Serbian translations to fix building
diff --git a/configure.ac b/configure.ac
index 0af4f01..458d9ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session-manager], [1.25.0], [https://mate-desktop.org/])
+AC_INIT([mate-session-manager], [1.26.0], [https://mate-desktop.org/])
AC_CONFIG_SRCDIR([mate-session])
AC_CONFIG_HEADERS([config.h])