diff options
author | raveit65 <[email protected]> | 2019-09-22 13:34:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-22 13:34:31 +0200 |
commit | eaf69839f9f5233ccc85327b751cc277a050cce1 (patch) | |
tree | aa224e16953c700a5eb12968491295642b28d6c9 | |
parent | c77233a0ac4e7d230517768529a9d492c2e14b4f (diff) | |
download | mate-session-manager-eaf69839f9f5233ccc85327b751cc277a050cce1.tar.bz2 mate-session-manager-eaf69839f9f5233ccc85327b751cc277a050cce1.tar.xz |
release 1.22.2v1.22.2
-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]) |