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.1.1 (June 30, 2025)
2+ ============================
3+
4+ * Map ID3v2.3 IPLS frames to both ID3v2.4 TIPL and TMCL to have a consistent
5+ behavior when using MusicBrainz tags with the property map interface.
6+ * Fix missing include for ` wchar_t ` when using C bindings with MinGW.
7+
18TagLib 2.1 (May 31, 2025)
29=========================
310
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ endif()
9393# Patch version: increase it for bug fix releases.
9494set (TAGLIB_SOVERSION_MAJOR 2)
9595set (TAGLIB_SOVERSION_MINOR 1)
96- set (TAGLIB_SOVERSION_PATCH 0 )
96+ set (TAGLIB_SOVERSION_PATCH 1 )
9797
9898include (ConfigureChecks.cmake )
9999
Original file line number Diff line number Diff line change 2828
2929#define TAGLIB_MAJOR_VERSION 2
3030#define TAGLIB_MINOR_VERSION 1
31- #define TAGLIB_PATCH_VERSION 0
31+ #define TAGLIB_PATCH_VERSION 1
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