Version 1.13.1

This commit is contained in:
Urs Fleisch
2023-06-10 09:48:27 +02:00
parent 39e712796f
commit c840222a39
4 changed files with 16 additions and 2 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
TagLib 1.13.1 (Jul 1, 2023)
===========================
* Fixed parsing of TXXX frames without description.
* Detect MP4 atoms with invalid length or type.
* Do not miss ID3v2 frames when an extended header is present.
* Use property "DISCSUBTITLE" for ID3v2 "TSST" frame.
* Build system improvements: Use absolute path for macOS dylib install name,
support --define-prefix when using pkg-config, fixed minimum required
CppUnit version.
* Code clean up using clang-tidy.
TagLib 1.13 (Oct 27, 2022)
==========================