Merge branch 'stable'

Conflicts:
	NEWS
This commit is contained in:
Lukáš Lalinský 2012-03-17 10:59:34 +01:00
commit 3c7b05a900

10
NEWS
View File

@ -5,6 +5,16 @@ TagLib 1.8 (In Development)
* 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)
=========================