File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ TagLib 2.2 (Feb 18, 2026)
2+ =========================
3+
4+ * Support for Matroska (MKA, MKV) and WebM files.
5+ * Support for NI STEM in MP4 files.
6+ * Stricter verification of ID3v2 frames.
7+ * Fix setting the last header flag in Ogg FLAC files.
8+ * Fix reading of the last page in Ogg streams.
9+ * Avoid corrupting invalid Ogg FLAC files without Vorbis comment.
10+ * Windows: Support MP4 files with 64-bit atoms.
11+ * Fix use of property keys with non-ASCII characters in C bindings.
12+ * Fix building with Android NDK 29.
13+
114TagLib 2.1.1 (June 30, 2025)
215============================
316
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ endif()
9292# Minor version: increase it if you add ABI compatible features.
9393# Patch version: increase it for bug fix releases.
9494set (TAGLIB_SOVERSION_MAJOR 2)
95- set (TAGLIB_SOVERSION_MINOR 1 )
96- set (TAGLIB_SOVERSION_PATCH 1 )
95+ set (TAGLIB_SOVERSION_MINOR 2 )
96+ set (TAGLIB_SOVERSION_PATCH 0 )
9797
9898include (ConfigureChecks.cmake )
9999
Original file line number Diff line number Diff line change 2727#define TAGLIB_H
2828
2929#define TAGLIB_MAJOR_VERSION 2
30- #define TAGLIB_MINOR_VERSION 1
31- #define TAGLIB_PATCH_VERSION 1
30+ #define TAGLIB_MINOR_VERSION 2
31+ #define TAGLIB_PATCH_VERSION 0
3232
3333#if (defined(_MSC_VER) && _MSC_VER >= 1600)
3434#define TAGLIB_CONSTRUCT_BITSET (x ) static_cast <unsigned long long >(x)
You can’t perform that action at this time.
0 commit comments