sddm/ChangeLog
Pier Luigi Fiorini 4f9422dda1 Update ChangeLog
2014-08-10 01:36:10 +00:00

55 lines
1.8 KiB
Plaintext

## Legend
---------
+ New features
- Bug fixes
* Others
## Master
---------
* Separate display server specific code.
* Add Kazakh translation.
* Remove Qt 4 support.
- Flush any buffered data to the log file, this writes immediately
all the log messages.
- Don't override pam environment variables.
+ Set default icon theme from greeter theme configuration.
+ Set cursor theme according to greeter theme configuration.
## 0.9.0 - 2014-08-02
---------------------
+ Implemented automatic login
+ Greeter now runs as its own user
+ Added translation support for themes.
+ Added keyboard layout support.
+ Added option to turn on numlock at startup.
+ ~/.xsession-errors support
+ Improved compatibility with GNOME and Unity
+ Initial Plymouth support
+ Implemented logging to journald if available
+ Added org.freedesktop.DisplayManager interface
+ Fast user switching
+ Test mode that can be toggled at runtime
+ Auto Relogging
+ User filtering based on shell
+ User filtering based on name
+ PAM is now optional
- No longer stripping comments from sddm.conf on login
- Fixed incorrect PAM handling causing PulseAudio to fail.
- Fixed a crash caused by incorrect handling of PAM
- Fixed compilation with Qt 5.0.0
- Correctly import PAM environment into the sesion
- Fixed missing environment variables
- Find empty displays and virtual desktops automatically
- Exit gracefully when SIGTERM is received
- Fix running SDDM under a Plasma 5.0 desktop.
* Now using Oxygen instead of Geosans Light
* Added man pages sddm(1), sddm-greeter(1), sddm.conf(5)
* Removed custom session
* Failsafe is no longer the default session
## 0.1.0 - 2013-03-19
---------------------
* Initial release