Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 5, 2021
1 parent 5438715 commit 34aafe5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit 34aafe5

Please sign in to comment.