KDE Frameworks 5.83.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=223
This commit is contained in:
Wolfgang Bauer
2021-06-13 07:06:00 +00:00
committed by Git OBS Bridge
parent bf10743aaa
commit 668009e720
6 changed files with 31 additions and 16 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 5 11:58:38 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* Use target_sources() to add sources to targets
* Add missing include <cerrno>
* write metadata to a cache file when applicable
* Bump required CMake version to 3.16
* Pass Bugzilla product name to DrKonqi when explicitly set in the app
* init rlp struct and don't cast rlim_t to int
-------------------------------------------------------------------
Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>