2018-07-17 08:57:57 +00:00
committed by Git OBS Bridge
parent 9d6cdb1589
commit add931b8d5
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 16 04:37:39 UTC 2018 - lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Avoid compiler warnings for taglib headers
* PopplerExtractor: use directly QByteArray() args instead of 0 pointers
* Use more nullptr
* taglibextractor: Restore extracting audio props without tags existing
* OdfExtractor: deal with non-common prefix names
* Don't add -ltag to the public link interface.
* implement the lyrics tag for taglibextractor
* OdfExtractor: fix typo with dc:language
* automatic tests: do not embed EmbeddedImageData already in the library
* add ability to read embedded cover files
* implement reading of rating tag
* check for needed version of libavcode, libavformat and libavutil
-------------------------------------------------------------------
Tue Jun 12 21:26:04 UTC 2018 - lbeltrame@kde.org