2018-01-17 15:06:49 +00:00
committed by Git OBS Bridge
parent a65736a99f
commit bce2c05706
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 16 22:50:17 CET 2018 - lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Use more explicit
* Use more nullptr
* Use nullptr, const'ify, port some Q_FOREACH to for(..:..)
* Fix build against TagLib < 1.11
* remove extractor based on QtMultimedia
* Check for Linux instead of TagLib and avoid building the usermetadatawritertest on Windows.
* Restore # 6c9111a9 until a successful build and link without TagLib is possible.
* Remove the taglib dependency, caused by a left-over include. Also reverts commit # 6c9111a9
-------------------------------------------------------------------
Sun Dec 17 09:43:48 CET 2017 - lbeltrame@kde.org