KDE Frameworks 5.91

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=245
This commit is contained in:
2022-02-14 12:07:14 +00:00
committed by Git OBS Bridge
parent f51a3a4fe0
commit c31c4d1502
6 changed files with 31 additions and 19 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 6 10:16:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
* Check executables exist in PATH before passing them to QProcess
* Fix build on glibc < 2.34 (kde#449114)
* Port from KToolInvocation::kdeinitExecWait (deprecated) to QProcess
* kdesud: close all file descriptors > 3 on exec()
* Use includes that also work with Qt6
-------------------------------------------------------------------
Mon Jan 3 12:47:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>