2022-03-29 06:45:00 +00:00
committed by Git OBS Bridge
parent 85edbfb8f7
commit db469aec28
6 changed files with 43 additions and 22 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 23 08:14:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.03.80
* New feature release
- Changes since 21.12.3:
* Add gitlab qt6 support
* now knewstuff is ported to qt6
* Disable it for qt6
* Increase required KF5
* Fix matrix() deprecated warning
* The default copy and assignment operator for Token and ErrorMessage
are enough
* Fix linking
* Fix typo
* Revert unwanted commented code
* Make it compile against qt6
* Make doctool as optional
* Don't try to build on windows
* Fix aboutdata
-------------------------------------------------------------------
Tue Mar 1 09:57:57 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>