Plasma 5.17 Beta, fourth try

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=228
This commit is contained in:
2019-09-20 11:01:19 +00:00
committed by Git OBS Bridge
parent 92f4fe4dd3
commit 04f66fd270
6 changed files with 39 additions and 18 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Sep 19 12:32:36 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* Properly handle ProcessAttribute enabled and default visibility
* update to latest kf5 dependency
* Create a plugin framework for processes
* HiDPI icon pixmap
* Move code to send signals and set priority of processes to a dedicated object
* Add vmPSS to Process and display it as "total memory" column
* Use QLatin1String when it's possible + don't assign string when we use
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Invert controls direction for process priority slider (kde#408074)
* Install in new logging directory when we use kf5 5.59.0
* libksysguard: show Mandatory Access Control (SELinux/AppArmor) context
* process: add support for cgroups
-------------------------------------------------------------------
Tue Sep 3 12:44:12 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>