Changelog for
taglib-sharp-2.1.0.0-2.144.noarch.rpm :
Wed Oct 3 14:00:00 2012 nmo.marquesAATTgmail.com
- Update to version 2.1.0.0:
+ Bump the version number because of an ABI break in 363f8ae
+ Initial support for Audible files (bgo#601543)
- Remove conditionals and use only pkgconfig() calls, spec file
rework
Tue Jul 3 14:00:00 2012 nmo.marquesAATTgmail.com
- Update to version 2.0.5.0:
- Fix a freeze on some mp3 files where header was at the end of
file
- Properly implement partial matching for File.Find and
File.RFind
- [Mpeg4] Fix parsing of some apple tags (bgo#658920)
- Add partial support for IPTC-IIM
- Fix nested UDTA boxes
- [Mpeg4] Attempt to handle corrupt tags a little better
(bgo#676934)
- Mark the file as corrupt instead of throwing exception
(bgo#643477)
- StartTag.ReadTag should not silence exceptions
- Check for short popularimeter tags
- On corrupt Id3v2 frame, skip just that frame (bgo#650674)
- Use O(N) rather than O(N^2) deunsynchronization algorithm
- Enabled support for:
+ gnome-sharp2
+ mono-nunit
Sun May 29 14:00:00 2011 nmarquesAATTopensuse.org
- Update to version 2.0.4.0:
+ Support for Photo metadata;
- read/write for EXIF, XMP, PNG, JPEG, TIFF;
- read support for many RAW formats;
+ Support for Matroska metadata reading (eg: WebM and .mkv);
+ Fix File.ReadBlock for slow connections (bgo#639817).
+ Minor spec cleanups/fixes.
Thu Oct 21 14:00:00 2010 ajAATTsuse.de
- Fix URL in package (bnc#647572).
Sat Mar 20 13:00:00 2010 gburtAATTsuse.de
- Update to version 2.0.3.7
* Solution/projects migrated to VS format
* Fix ID3v2 unsyncing (bgo#593138)
* Fix ID3v2.3 exetended header size calculation (bgo#604488)
* Make TagLib.File IDisposable (closes any open streams)
* Don\'t throw an exception if RVA2 data is partially incorrect
* Fall back to nunit-console is nunit-console2 not found (bgo#593673)
* Add build check for `al` tool (bgo#575303)
Wed Feb 24 13:00:00 2010 gburtAATTsuse.de
- Update to version 2.0.3.6
* Fix API break introduced in 2.0.3.5
Tue Feb 23 13:00:00 2010 gburtAATTsuse.de
- Update to version 2.0.3.5
* Add BitsPerSample property (bgo#610585)
* Support COMPILATION in ogg (bgo#586336)
* Fix removing some/all tag-types (bgo#574653)
Wed Jan 27 13:00:00 2010 gburtAATTsuse.de
- Update to version 2.0.3.4
* Bug fix only
* Fix IndexOutOfRangeException (bgo#607376)
* Fix issue with converting/parsing year (bgo#606283)
* Support the \'alis\' handler code/track type (bgo#584193)
Thu Jan 7 13:00:00 2010 gburtAATTsuse.de
- Fix issue with converting/parsing year (bgo#606283)
- Support the \'alis\' handler code/track type (bgo#584193)
Tue Oct 13 14:00:00 2009 abockoverAATTnovell.com
- Update to version 2.0.3.3
- Various bug fixes and new features
* Be more robust with tags with NULL bytes in the middle (bgo#558123)
* Support AIFF file format (bgo#579261)
* Support ADTS AAC files (bgo#580553)
* Support for m2v files (bgo#574411)
* Support for Sort
* values in Ape tags (bgo#571421)
* Add new properties: MusicBrainz, ArtistId, ReleaseId, ReleaseArtistId,
TrackId, DiscId, ReleaseStatus, ReleaseType, ReleaseCountry, MusicIpId,
and AmazonId (bgo#563170)
* Add fallback options for album artist getter (bgo#574652)
* Fixed bug with Ape.Tag\'s Pictures setter (bgo#575943)
* Fix crashing when parsing some comment frames (bgo#582735)
* Fixed CopyTo method (bgo#572382)
* Fixed typo in Ogg DiscNumber setter that wrote TrackCount
to the DISCTOTAL field (bgo#572382)
* Fixed NRE when calling GetTag on FLAC file (bgo#572380)
* API documentation fixes