Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b)

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-disks?expand=0&rev=29
This commit is contained in:
2021-05-15 16:17:06 +00:00
committed by Git OBS Bridge
parent 7c4ff2bffe
commit e667d6ff77
6 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu May 13 18:15:44 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.90
- Changes since 5.21.5:
* add a test case for exit_status:1
* Fix spurious assertion failure
* [KCM] Give it an implicit size
* consider devices invalid (ignore them) that have smart disabled (kde#435699)
* use chrono literal for update interval
* equip SMARTData with a validity check
* fix up reuse compliance
* Fix build with -DWITH_SIMULATION=FALSE
* Don't define isSimulation() if not building simulation bits
* Fix i18n()
* Fix minor typos
* extra qml strings correctly
* report smartctl failure codes to the user (kde#429804)
* add some additional samples
* always try to notify on device appearance
* add a simulation mode based on the fixture pool
* Use versionless Qt cmake target
-------------------------------------------------------------------
Tue May 4 14:15:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>