File: History.txt

package info (click to toggle)
libogginfo-ruby 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 225
  • sloc: ruby: 1,605; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
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