TagLib 1.6.2 has been released. It’s another bug-fix release in the 1.6 series. There is no new functionality, only a few bugs and compatibility issues have been fixed. Please see the change log for details. You can download the source code tarball here (or here). As with previous releases, there are no Windows binaries, but you can easily build your own with CMake.
Change log:
- Read Vorbis Comments from the first FLAC metadata block, if there are multipe ones. (Bug #211089)
- Fixed a memory leak in FileRef’s OGA format detection.
- Fixed compilation with the Sun Studio compiler. (Bug #215225)
- Handle WM/TrackNumber attributes with DWORD content in WMA files. (Bug #218526)
- More strict check if something is a valid MP4 file. (Bug #216819) Correctly save MP4 int-pair atoms with flags set to 0.
- Fixed compilation of the test runner on Windows.
- Store ASF attributes larger than 64k in the metadata library object.
- Ignore trailing non-data atoms when parsing MP4 covr atoms.
- Don’t upgrade ID3v2.2 frame TDA to TDRC. (Bug #228968)



[...] TagLib, which I wrote way back in the day and has since been through many releases had another bug fix release that went out today, handled by Lukáš Lalinský, whom I handed over the reins to a bit back. There are more details in his blog post. [...]