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
|
=== 0.4.2 / 2010-03-13
* bugfix on frame parsing
=== 0.4.1 / 2010-03-13
* bugfix on file parsing
=== 0.4 / 2009-12-04
* new ogg frame reading implementation
* better tag reading (thanks to Sven)
* now assume utf-8 by default to decode tags
=== 0.3.2 / 2009-06-22
* added setup.rb for tarball distribution
* added license on top of lib/ogginfo.rb
=== 0.3.1 / 2008-03-16
* bug fixed #18852 "OggInfo#close(): close @ic only if not nil"
* bug fixed on encoding handling
=== 0.3 / 2008-03-15
* write support through "vorbiscomment" binary
* correct encoding handling
=== 0.2 / 2005-07-11
* tag["key"] is accessible with tag.key
=== 0.1 / 2004-06-20
* first public version
|