diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### mate-screensaver 1.18.1 + + * Translations update + * lock-dialog UI: fix some deprecations + * g_get_real_name will never return NULL pointer + * screensaver and lock screen not correctly displayed in + configurations with overlapping monitor geometries + * [GTK+3.20] Switch to GdkSeat + * Set input purpose for the password entry widget + ### mate-screensaver 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting to make diff --git a/configure.ac b/configure.ac index ca9fb1c..ab7a56a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.60) AC_INIT([mate-screensaver], - [1.18.0], + [1.18.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(src/mate-screensaver.c) |