* Thu Apr 12 2018 sor.alexei@meowr.ru
- Update to version 2.0.5:
* General:
+ Populate copyright information using bzr log.
* Config changes:
+ The ~power indicator is now displayed by default.
+ Add a "at-spi-enabled" configuration option to disable the
at-spi-bus after it has been enabled at build-time.
* Appearance improvements:
+ Add padding and additional classes for improved appearance
with Adwaita, Greybird, and other themes.
* Tue Mar 06 2018 tiwai@suse.de
- Update to version 2.0.4:
* New cursor-theme-name and cursor-theme-size configuration keys
* Finish port from gnome-common
* Moved more deprecated function calls to greeterdeprecated.c/.h
* Fixed autologin-session (lp#1707186)
* Fixed accessibility with at-spi-bus on systemd and non-systemd
environments (lp#1366534, lp#1670933)
* Fixed infinite flicker with multiple monitors (lp#1410406,
lp#1509780)
* Sat Sep 23 2017 sor.alexei@meowr.ru
- Update to version 2.0.3:
* gnome-common is no longer required or used.
* Build errors with gcc-7 have been resolved.
* Fix enabling Orca screen reader freezes the greeter (lp#1483864).
* Scale user image to fit instead of expanding the greeter window
(lp#1512963).
* Replace usage of deprecated GNOME macros (lp#1599486, deb#829931).
* Disable Alt+F4 shutdown accelerator if power indicator is not
present (lp#1690129).
* Pre-fill logged in username when locked and hide-users is
enabled (lp#1701577).
* Reset xsession to default if selected user is not found
(lp#1701745).
* Fix missing break in switch.
* Fix deference after null check.
* Update translations.
* Sat Mar 11 2017 sfalken@opensuse.org
- Edited %files to clear unpackaged files builderror in
openSUSE:Factory
* Thu Oct 06 2016 sor.alexei@meowr.ru
- Update to version 2.0.2:
* Add support for lightdm 1.19.2+.
* Include a badge for Budgie desktop (lp#1568494).
* Fix solid colour instead of background image for some themes
(lp#1458330).
* Restore user background after changing display setup.
* Correct login box blinking on login.
* Replace a number of build-breaking deprecations.
* Update translations.
- Remove lightdm-gtk-greeter-fix-fail-return-value.patch,
lightdm-gtk-greeter-lightdm-1.19.2-api.patch: fixed upstream.
* Sat Oct 01 2016 sor.alexei@meowr.ru
- Add lightdm-gtk-greeter-fix-fail-return-value.patch: Fix
- Wreturn-type for fails.
- Use tarball signing.
* Sun Sep 25 2016 sor.alexei@meowr.ru
- Add lightdm-gtk-greeter-lightdm-1.19.2-api.patch: Use new API
introduced in LightDM 1.19.2.
* Sun Oct 18 2015 ronisbr@gmail.com
- Version bump to 2.0.1.
- drop patches:
lightdm-gtk-greeter-use-new-autologin-api.patch
lightdm-gtk-greeter-fix-cursor.patch
lightdm-gtk-greeter-fix-background.patch
lightdm-gtk-greeter-improve-background-scaling.patch
lightdm-gtk-greeter-fix-ui.patch
lightdm-gtk-greeter-fix-login.patch
lightdm-gtk-greeter-invalid-last_session.patch
lightdm-gtk-greeter-handle-invalid-user.patch
* Tue Jul 28 2015 tiwai@suse.de
- fix update-alternative usage for Leap 42.1 (boo#939693)
* Sat Feb 08 2014 gber@opensuse.org
- adjust update-alternative usage to packaging policy
(see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)
* Mon Jan 06 2014 gber@opensuse.org
- add lightdm-gtk-greeter-handle-invalid-user.patch in order to fix
a NULL pointer dereference after authentication of an invalid
username has failed (bnc#857303)
* Thu Oct 10 2013 rmilasan@suse.com
- add lightdm-gtk-greeter-invalid-last_session.patch
fix segfault when last_session is an invalid session (lp#1161883)
* Wed Oct 02 2013 gber@opensuse.org
- add lightdm-gtk-greeter-fix-login.patch in order to fix
login/unlock detection
* Thu Jan 31 2013 gber@opensuse.org
- add lightdm-gtk-greeter-fix-cursor.patch in order to fix the
cursor theme by setting the cursor after selecting a GTK theme
(lp#1024482)
- add lightdm-gtk-greeter-fix-background.patch in order to fix the
background image not being displayed when the pixmap does not
have an alpha channel (lp#1086199)
- add lightdm-gtk-greeter-improve-background-scaling.patch which
scales the background pixmap while preserving the aspect until
width and height are at least as big as the screen width and
height, then clips as needed
- add lightdm-gtk-greeter-fix-ui.patch with various usability
fixes, in particular switch back to a tree view inside a scrolled
window in order make it usable with a lot of users
* Tue Jan 15 2013 gber@opensuse.org
- update to version 1.3.1
- drop custom icons now that there's a config option for the icon
theme
- rename the 'Login' button to 'Unlock' when the user is already
logged in
- don't hide the login box when cancel is pressed, instead
refresh the prompt box to show the correct username prompt
- hide the Cancel button, useless with the userlist combobox
- properly center the login window after a resize
- add names to widgets to ease theming
- replace the userlist's treeview with a combobox
- document the option to show the language chooser
- add a config option to set the path to the logo image
- add a config option to set the icon theme
- use a known icon name for the accessibility menu
- remember the last session used
- added lightdm-gtk-greeter-use-new-autologin-api.patch in order to
use the new autologin API in liblightdm-gobject-1 >= 1.3.5
(backported from upstream git)
* Wed May 30 2012 gber@opensuse.org
- update to version 1.1.6
- fix 'Large Font' option for fontnames containing spaces
- fix 'Cancel' button action, and clear the error label
- add missing include for setlocale
- updated translations
* Sat Apr 07 2012 gber@opensuse.org
- initial packaging