summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b2503dc..e978f97 100644
--- a/NEWS
+++ b/NEWS
@@ -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)