From: Lukáš Lalinský Date: Sat, 17 Mar 2012 09:59:34 +0000 (+0100) Subject: Merge branch 'stable' X-Git-Tag: v1.8beta~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7b05a9006a1d5367db2144168f664858005d9b;p=taglib Merge branch 'stable' Conflicts: NEWS --- 3c7b05a9006a1d5367db2144168f664858005d9b diff --cc NEWS index b157c457,55a5b7e3..a4b5c25b --- a/NEWS +++ b/NEWS @@@ -1,10 -1,13 +1,20 @@@ +TagLib 1.8 (In Development) +=========================== + + * Support for writing ID3v2.3 tags. + * Added methods for checking if WMA and MP4 files are DRM-protected. + * Started using atomic int operations for reference counting. + + TagLib 1.7.1 (Mar 17, 2012) + =========================== + + * Improved parsing of corrupted WMA, RIFF and OGG files. + * Fixed a memory leak in the WMA parser. + * Fixed a memory leak in the FLAC parser. + * Fixed a possible division by zero in the APE parser. + * Added detection of TTA2 files. + * Fixed saving of multiple identically named tags to Vorbis Comments. + TagLib 1.7 (Mar 11, 2011) =========================