Luca Beltrame
2017-05-16 11:56:18 +00:00
committed by Git OBS Bridge
parent 209a2a8c7d
commit 334144daff
4 changed files with 50 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu May 11 20:26:23 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.9.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.95.php
- Changes since 5.9.5:
* [Greeter] Expose wallpaper QML item as "wallpaper" context property
* Prevent kcheckpass from becoming an orphan
* Fix removal of lock window on unmap
* Terminate kscreenlocker_greet and don't kill it on unlockRequest
* [autotests] add missing add_test
* Use seccomp for implementing a sandbox for kscreenlocker_greet
* Support for long running kcheckpass supporting multiple authentications
* [greeter] Send the auth result through the server instead return value
* Add support for emergency message show on Wayland
* Require PAM by default and provide an option to not require it
* [ksld] Don't unset greeter connection on destroy unconditionally (kde#377152)
* [kcheckpass] Drop all outdated/obsoleted checkpass variants
* [kcheckpass] Drop the conv_legacy support
* [kcheckpass] Drop the caller command line option
* [kcheckpass] Drop command line option for username
* Enable qtvirtualkeyboard QT_IM_MODULE for greeter
* Add a small test application for kcheckpass
* [kcheckpass] Drop the ACCEPT_ENV compatibility define
* [kcheckpass] Drop the throttle handling code
* [Greeter] Also clear selection clipboard
* [greeter] Clear clipboard on show (kde#376526)
* Stop linking X11_Xcursor_LIB in KScreenLocker (kde#376068)
-------------------------------------------------------------------
Tue Apr 25 18:58:01 CEST 2017 - lbeltrame@kde.org