X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=58cb0409693f7f93ce4276aa076eddae527ec264;hb=e8924cca2ebaf43d8f03889a149776f28ff2ea62;hp=3566aab4f80ee3b7caf0d772541b0d3372f0c273;hpb=7fdab92d93b1e5fcb021cb1604ede849114c0558;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 3566aab..58cb040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,31 @@ -- -$Id: ChangeLog 5 2005-03-27 01:16:12Z tilman $ +$Id: ChangeLog 16 2005-03-29 15:56:37Z tilman $ ++ +2005-03-29 Tilman Sauerbeck (tilman at code-monkey de) + * README: Grammar fix + +2005-03-28 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Fixed casing of "Ruby-EET" + * Rakefile: explicitly require compositepublisher + +2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) + * README: Fixed casing of "Ruby-EET" + * ext/ext.c: Added support for compression parameters + to Eet::File#write_image and Eet::File#read_image + +2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.0 + 2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) * Rakefile: Added a publish task that uploads the current tarball and the RDoc documentation to code-monkey.de * README: Added a link to the online documentation + * Rakefile: Use Kernel#raise instead of Kernel#fail + * README: Improved project description + * Rakefile: Fixed the install task; eet.rb needs to be copied + to sitelibdir instead of sitearchdir + * README: Added a link to enlightenment.org to the description 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de) * README, Rakefile: Require Rake 0.5.0 or greater