Plasma 5.18 Beta, some tars respun. Untested - please disable publishing before accepting. KUserFeedback is intentionally disabled in discover and p-w - it's not usable yet.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=241
This commit is contained in:
2020-01-17 13:03:46 +00:00
committed by Git OBS Bridge
parent 6b18aa0e3f
commit 812f613e64
6 changed files with 45 additions and 17 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 16 14:04:18 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.90.php
- Changes since 5.17.5:
* KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
* Plasma 5.18 min Qt version is 5.12
* Remove endl at the end of qDebug
* Port to QRandomGenerator
* QMultiHash::insertMulti is deprecated. Use directly ::insert
* Speed up sending request to ksysguardd
* Don't use nullptr as flag value
* Use URL with transport encryption
* Add translations for new memory sensors
* Add KDEClangFormat cmake support
* Fix minor issues found by EBN
* Add version
* Now we depend against kf5.62
* Fix minor typos
* Fix compile for freebsd on CI as it doesn't use qtwebengine 5.13 with qt
* The real fix is to change #if QT_VERSION < QT_VERSION_CHECK(5, 13, 0) to
* Revert "Port some deprecated methods"
* Remove deprecated method
* Port some deprecated methods
-------------------------------------------------------------------
Tue Jan 7 16:24:36 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>