From 6612abce723f00d001f631e83e8b0a56541dce31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 3 Apr 2010 16:16:51 +0000 Subject: [PATCH] Changelog for 1.6.2 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1110546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) ===========================