1
0

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/kde-gtk-config5?expand=0&rev=288
This commit is contained in:
2021-05-15 16:17:01 +00:00
committed by Git OBS Bridge
parent 83df44b887
commit b6e12badcb
6 changed files with 36 additions and 17 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu May 13 18:15:31 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 .git-blame-ignore-revs file
* Add pre-commit hook for clang-format
* Run clang-format
* Misc cmake cleanup
* Raise minimum CMake version to 3.16
* Use unique temporary directory for CSD assets, and clean it up (kde#433608)
* Support svgz buttons in Aurorae themes (kde#432712)
* Reset altered config in the decoration bridge
* Use versionless Qt cmake target
* Use the same configs for watching and reading (kde#421745)
-------------------------------------------------------------------
Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>