From: Lukáš Lalinský Date: Sat, 3 Apr 2010 16:16:51 +0000 (+0000) Subject: Changelog for 1.6.2 X-Git-Tag: v1.6.2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6612abce723f00d001f631e83e8b0a56541dce31;p=taglib Changelog for 1.6.2 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1110546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/NEWS b/NEWS index 18521c87..ca821caa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +TagLib 1.6.2 (Apr 5, 2010) +========================== + + * 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. + TagLib 1.6.1 (Oct 31, 2009) ===========================