1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Taglib-Extras ChangeLog
================
(C) 2009 Jeff Mitchell and the Amarok authors
VERSION 1.0.1:
BUGFIXES:
* Fix some exports. Thanks to Patrick Spendrin for the fix.
VERSION 1.0.0:
CHANGES:
* Compatible with TagLib 1.6. Removes redundant formats. Also changes the
namespace to remove potential compatibility problems with TagLib in the
future.
VERSION 0.1.7:
BUGFIXES:
* Fix issue where old mp4 files written by iTunes used ID3v1-style numeric
genre identifiers and were not properly read.
VERSION 0.1.6:
BUGFIXES:
* Fix crash on corrupted mp4 files. Fix in upstream TagLib. (BR 197782)
VERSION 0.1.5:
BUGFIXES:
* Fix mp4 file-handling crash. Fix in upstream TagLib. (BR 198730)
VERSION 0.1.4:
BUGFIXES:
* Fix possible mp4 file-handling crash. Fix in upstream TagLib. Thanks
to Tanguy Krotoff.
* Fix compilation on Windows with MSVC++ 2005 and greater. Thanks to
Tanguy Krotoff.
VERSION 0.1.3:
BUGFIXES:
* Fix mp4 file-handling crash on some mp4 files. Fix in upstream TagLib. (BR 191021)
VERSION 0.1.2:
FEATURES:
* Initial release on most distributions.
|