Plasma 5.24 Beta with plasma5-openSUSE containing PR #12 now! Somewhat tested.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=319
This commit is contained in:
2022-01-19 20:18:41 +00:00
committed by Git OBS Bridge
parent 65a6fbfae5
commit ab4a694847
6 changed files with 60 additions and 26 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Jan 13 20:30:23 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.23.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.23.90
- Changes since 5.23.5:
* ConfigAppearance: Set Layout.preferredWidth in updateRateLimitSpinBox
* Add support for bits per second (kde#418968)
* Fix compile error against qt6
* Use Q_EMIT here
* Fix typos in l10n string comments
* Port some Q_FOREACH
* Handle process parent changes in ProcessDataModel (kde#446534)
* piechart: Fix punctuation of labels in config
* ProcessCore: Check the actual previous values when updating IO rates (kde#444127)
* ProcessCore: Ignore elapsedTime < 0 when updating process usage
* Fix various typos
* Don't update SensorsFeatureSensor if it is not subscribed
* Fix accounting of children in Processes
* New and improved tests
* Correct behavior of ProcessSensor::cgroupData
* Remove Accumulator::stop and Capture::stop
* Fix ksgrd_network_helper crash on exit afer a failure (kde#444921)
* Fix ksgrd_network_helper crash on readlinkat failure
* Update SensorUnitModel.cpp to compile with clang+libcxx
* Fix incorrect string termination in ConnectionMapping
* We depend against kf5.86
* Add FreeBSD CI
* Add Linux CI
* Add .kde-ci.yml
* Add Plasma System Monitor to "Tools" menu
-------------------------------------------------------------------
Tue Jan 4 14:58:17 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>