X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=2fbef5e02d66812ab389e59c9a023d579500eef5;hb=1701ee51fd0595c500e1a143ed47c966543e71cd;hp=138496fb5b8d667c6ba3c9b91fec097d46640a34;hpb=4cd5fa452a3a070a52636e2a5677f5e996896646;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 138496f..2fbef5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,29 @@ -- -$Id: ChangeLog 69 2005-07-08 22:35:08Z tilman $ +$Id: ChangeLog 75 2006-05-13 11:54:53Z tilman $ ++ +2006-05-13 Tilman Sauerbeck (tilman at code-monkey de) + * lib/eet.rb, ext/ext.c, test/test_misc.rb: Deprecated + Eet::File#list and introduced Eet::File#entries and + Eet::File#[] instead. + * README, Rakefile: Updated project homepage and documentation + locations + +2005-08-25 Tilman Sauerbeck (tilman at code-monkey de) + * README: Fixed bad link to project homepage + +2005-07-16 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c, test/test_stream.rb: Don't raise BadElementError if + Stream#serialize is called on a stream that includes non-Chunk + elements + * ext/ext.c, test/test_{chunk,stream}.rb: Internal API update. + Instead of using Chunk#serialize and Stream#serialize, rename + Chunk#serialize to Chunk#to_s and just use Stream#to_s to + serialize the streams + +2005-07-15 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Code cleanup + 2005-07-09 Tilman Sauerbeck (tilman at code-monkey de) * ext/ext.c: Object#to_eet: clear the stream after serializing it, which slightly increases performance