X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=892b125751c218c875cb4f7e2e61779fd78722cc;hb=2d2e5afec0ba994e5e06aebe32ba348570623519;hp=6ef487287f9ed7502434ce1b4178e79eb5e8ccd1;hpb=73956849d83adcc0a147f39b9cfc2aced5450e67;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 6ef4872..892b125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,17 @@ -- -$Id: ChangeLog 43 2005-05-25 19:44:06Z tilman $ +$Id: ChangeLog 46 2005-05-25 20:10:37Z tilman $ ++ 2005-05-25 Tilman Sauerbeck (tilman at code-monkey de) * test/test_array_sub.rb: Added a test for the :sub format specifier + * lib/eet.rb, test/test_chunk.rb: Chunk.deserialize doesn't + modify its argument any more, instead, the number of bytes + consumed is now returned, too. + * lib/eet.rb: Stream.deserialize fails if the given buffer is + empty + * lib/eet.rb: Chunk.deserialize fails if the given buffer is + empty 2005-05-19 Tilman Sauerbeck (tilman at code-monkey de) * Rakefile: Code cleanup