diff options
author | monsta <[email protected]> | 2017-10-27 14:52:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-27 14:52:51 +0300 |
commit | b3eca1af2bbcfea3d1522a11c52a11d08eba36b6 (patch) | |
tree | 7435baf93b2e142c0c4c14a74373cd3993cd48dd | |
parent | 709d14bd63014227ea397b1c1af1483d97e2a909 (diff) | |
download | mate-session-manager-b3eca1af2bbcfea3d1522a11c52a11d08eba36b6.tar.bz2 mate-session-manager-b3eca1af2bbcfea3d1522a11c52a11d08eba36b6.tar.xz |
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### mate-session-manager 1.18.2 + + * Don't lose focus when displaying logout or shutdown dialog + * Add style class logout-dialog + * Translations update + ### mate-session-manager 1.18.1 * Translations update diff --git a/configure.ac b/configure.ac index 5ee4f67..7f31ed5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.18.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.18.2], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |