diff options
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 6 deletions
@@ -1,10 +1,18 @@ +### mate-session-manager 1.22.2 + + * Translations update + * Fix mate-session-properties vertical scaling + * Don't add apps repeatedly + * Add Show hidden checkbox and gsettings flag. + * Hide NoDisplay Apps in Startup Applications + ### mate-session-manager 1.22.1 - tx: sync with transifex - add installation instructions and update URL - Remove duplicate check for libelogind - Add ELOGIND support - Guard against missing systemd + * Translations update + * add installation instructions and update URL + * Remove duplicate check for libelogind + * Add ELOGIND support + * Guard against missing systemd ### mate-session-manager 1.22.0 diff --git a/configure.ac b/configure.ac index be2d29f..8b336ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.22.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.22.2], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |