summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2015-05-20 20:32:08 -0400
committerSean Davis <smd.seandavis@gmail.com>2015-05-20 20:32:08 -0400
commit241c9dc74bc52495c60bbd67ac1805cf4b94d847 (patch)
treec52abd3c08e7888758cd7ef688ab05cfe76f1aae
parenta2fa1044a4708f8619b78c3e8b607a2b692b4c61 (diff)
downloadlightdm-gtk-greeter-git-241c9dc74bc52495c60bbd67ac1805cf4b94d847.tar.gz
Update for 2.0.1 releaselightdm-gtk-greeter-2.0.1
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 34a1c20..dbb76d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of changes in lightdm-gtk-greeter 2.0.1
+
+ * New features:
+ - "lightdm-gtk-greeter.conf.d" support (LP: #1421587)
+ * Bugs fixed:
+ - Multihead setup: black/white/grey screen at start - failed detection of mirrored mode
+ (LP: #1410406, #1426664, #1449567, #1448761)
+ - Switching active monitor with visible "onboard" window can leave this window in invalid state
+ - Onboard does not react to mouse clicks
+ - Losing focus after changing monitors configuration
+ - Every lock activates a new Virtual Terminal, see "changes" section (LP: #1445461)
+ - Broken delayed autologin (LP: #854261)
+ - Message label can remain hidden when it must be visible (GTK: #710888)
+ * Updated translations
+ * Required changes:
+ - For systems with Gtk 3.16 (LP: #1445461), add the following option to the configure command line:
+ --enable-kill-on-sigterm
+
Overview of changes in lightdm-gtk-greeter 2.0.0
* New features:
diff --git a/configure.ac b/configure.ac
index bebdb00..eb0d53a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm-gtk-greeter, 2.0.0)
+AC_INIT(lightdm-gtk-greeter, 2.0.1)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE