Skip to content

Commit 193ebe8

Browse files
committed
Update for 2.0.2 release
1 parent 7972a4e commit 193ebe8

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

NEWS

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
Overview of changes in lightdm-gtk-greeter 2.0.2
2+
3+
* New features:
4+
- Add support for lightdm 1.19.2+
5+
- Include badge for Budgie desktop (LP: #1568494)
6+
* Bugs fixed:
7+
- Solid color instead of background image for some themes (LP: #1458330)
8+
- Restore user background after changing display setup
9+
- Correct login box blinking on login
10+
- Replaced a number of build-breaking deprecations
11+
* Updated translations
12+
113
Overview of changes in lightdm-gtk-greeter 2.0.1
214

315
* New features:
416
- "lightdm-gtk-greeter.conf.d" support (LP: #1421587)
517
* Bugs fixed:
6-
- Multihead setup: black/white/grey screen at start - failed detection of mirrored mode
18+
- Multihead setup: black/white/grey screen at start - failed detection of mirrored mode
719
(LP: #1410406, #1426664, #1449567, #1448761)
820
- Switching active monitor with visible "onboard" window can leave this window in invalid state
921
- Onboard does not react to mouse clicks
@@ -111,31 +123,31 @@ Overview of changes in lightdm-gtk-greeter 1.8.1
111123
Overview of changes in lightdm-gtk-greeter 1.8.0
112124

113125
* New features:
114-
- Configurable screensaver timeout when used as a lock screen (default
126+
- Configurable screensaver timeout when used as a lock screen (default
115127
is 60 seconds)
116-
- A warning is now displayed when attempting to shut down or restart
128+
- A warning is now displayed when attempting to shut down or restart
117129
when other users are logged in.
118130
- Improved support for multiple PAM messages.
119131
- Improved theming support.
120132
- Sample css file to make creating Gtk3 themes easier
121-
- New keyboard shortcuts:
133+
- New keyboard shortcuts:
122134
- Alt+F4 -- shut down dialog
123135
- F9 -- session menu
124136
- F10 -- language menu
125137
- F11 -- accessibility menu
126138
- F12 -- power menu
127139
* Bugs fixed:
128140
- The PAM message is now reset when the selected user is changed.
129-
- The hint style for full in the configuration template is now correct
141+
- The hint style for full in the configuration template is now correct
130142
(hintfull).
131143
- Fixed indicator loading with Ubuntu 14.04.
132144
- Fixed ability to move top panel in gtk3.
133145
* Required configuration changes (please read!):
134-
- The "show-language-selector" key is no longer a valid setting, and has
146+
- The "show-language-selector" key is no longer a valid setting, and has
135147
been replaced by "show-indicators"
136-
- The "show-indicators" setting now controls the display of all panel
137-
controls. Either comment it out or remove it to get the default controls
138-
(session, language, a11y, power), or define each individually (see the
148+
- The "show-indicators" setting now controls the display of all panel
149+
controls. Either comment it out or remove it to get the default controls
150+
(session, language, a11y, power), or define each individually (see the
139151
included lightdm-gtk-greeter.conf template).
140152

141153
Overview of changes in lightdm-gtk-greeter 1.7.1
@@ -161,13 +173,13 @@ Overview of changes in lightdm-gtk-greeter 1.7.1
161173
Overview of changes in lightdm-gtk-greeter 1.7.0
162174

163175
* New features:
164-
- Window positioning (relative or absolute) of the login window and
176+
- Window positioning (relative or absolute) of the login window and
165177
power dialogs is now configurable in lightdm-gtk-greeter.conf
166178
- The default user image is now configurable in lightdm-gtk-greeter.conf
167179
* Accessibility improvements:
168180
- Onboard on-screen keyboard is now run in xembed mode
169181
- Addition of F1, F2, F3 hotkeys for accessibility menu items
170-
- Users can now be switched from the username/password entries with
182+
- Users can now be switched from the username/password entries with
171183
up/down
172184
- Restart/Power Off dialogs can now be cancelled with the Escape key
173185
* Improvements when used as a Lock Screen:
@@ -178,20 +190,20 @@ Overview of changes in lightdm-gtk-greeter 1.7.0
178190
* Bugs fixed:
179191
- Debian #718497: Last PAM error message not showing
180192
- Debian #721510: Greeter panel clock fails with long date formats
181-
- LP #1031421: Greeter doesn't select user's last session when using
193+
- LP #1031421: Greeter doesn't select user's last session when using
182194
"Other"
183195
- LP #1147914: Can't change the login window's position
184-
- LP #1191509: Disabling language selector leaves strange artifact on
196+
- LP #1191509: Disabling language selector leaves strange artifact on
185197
the screen
186198
- LP #1194694: move to password input if <enter> pressed after username input
187199
- LP #1231134: support enter key to validate login entry
188200
- LP #1232804: Improve "login greeter -> desktop" transition in Xubuntu
189-
- LP #1251431: user background gets painted over background specified in
201+
- LP #1251431: user background gets painted over background specified in
190202
config file
191203
* Additional fixes:
192204
- Fixed typo in language selection
193205
- Fixed keyboard-focus with on-screen keyboard
194-
* Many thanks to our contributors for this release,
206+
* Many thanks to our contributors for this release,
195207
Alistair Buxton and Andrew P. who provided the majority of the patches and
196208
functionality.
197209

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.1)
3+
AC_INIT(lightdm-gtk-greeter, 2.0.2)
44
AC_CONFIG_MACRO_DIR(m4)
55
AC_CONFIG_HEADER(config.h)
66
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)