Skip to content

Commit 241c9dc

Browse files
committed
Update for 2.0.1 release
1 parent a2fa104 commit 241c9dc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Overview of changes in lightdm-gtk-greeter 2.0.1
2+
3+
* New features:
4+
- "lightdm-gtk-greeter.conf.d" support (LP: #1421587)
5+
* Bugs fixed:
6+
- Multihead setup: black/white/grey screen at start - failed detection of mirrored mode
7+
(LP: #1410406, #1426664, #1449567, #1448761)
8+
- Switching active monitor with visible "onboard" window can leave this window in invalid state
9+
- Onboard does not react to mouse clicks
10+
- Losing focus after changing monitors configuration
11+
- Every lock activates a new Virtual Terminal, see "changes" section (LP: #1445461)
12+
- Broken delayed autologin (LP: #854261)
13+
- Message label can remain hidden when it must be visible (GTK: #710888)
14+
* Updated translations
15+
* Required changes:
16+
- For systems with Gtk 3.16 (LP: #1445461), add the following option to the configure command line:
17+
--enable-kill-on-sigterm
18+
119
Overview of changes in lightdm-gtk-greeter 2.0.0
220

321
* New features:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT(lightdm-gtk-greeter, 2.0.0)
3+
AC_INIT(lightdm-gtk-greeter, 2.0.1)
44
AC_CONFIG_MACRO_DIR(m4)
55
AC_CONFIG_HEADER(config.h)
66
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)