Change log for 1.9.1

This commit is contained in:
Lukáš Lalinský
2013-10-08 16:18:30 +02:00
parent 5693ab0403
commit 02ebd0bcbe

10
NEWS
View File

@ -1,6 +1,14 @@
TagLib 1.9 (Oct 6, 2013)
TagLib 1.9.1 (Oct 8, 2013)
==========================
* Fixed binary incompatible change in TagLib::Map and TagLib::List.
* Fixed constructing String from ByteVector.
* Fixed compilation on MSVC with the /Zc:wchar_t- option.
* Fixed detecting of RIFF files with invalid chunk sizes.
TagLib 1.9 (Oct 6, 2013)
========================
* Added support for the Ogg Opus file format.
* Added support for INFO tags in WAV files.
* Changed FileStream to use Windows file API.