Skip to content

Commit

Permalink
Update for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed May 21, 2015
1 parent a2fa104 commit 241c9dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 241c9dc

Please sign in to comment.