From: Lukáš Lalinský Date: Sun, 13 Sep 2009 11:15:54 +0000 (+0000) Subject: Changelog X-Git-Tag: v1.6~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=639b604a556820c87509891ca1435a6d0adc94fd;p=taglib Changelog git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1022849 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/NEWS b/NEWS index 097b9d29..1a0ce8ef 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ TagLib 1.6 ========== +1.6: + + * New CMake option to build a static version - ENABLE_STATIC. + * Added support for disabling dllimport/dllexport on Windows using the + TAGLIB_STATIC macro. + * Support for parsing the obsolete 'gnre' MP4 atom. + * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if + TagLib was built with MP4/ASF support. + +1.6 RC1: + * Split Ogg packets larger than 64k into multiple pages. (BUG:171957) * TagLib can now use FLAC padding block. (BUG:107659) * ID3v2.2 frames are now not incorrectly saved. (BUG:176373)