X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=ChangeLog;h=c3844e03713f25dee6a13ebe4f27a9f0e3d4be68;hp=a77d488e919962050424074db8a9f8c4251606f1;hb=99b06a2cbaeb57e70bca75d699fcc7c5767ec5ca;hpb=a0d66a3b1019780a0c8e17fa65de71de6a8a3955 diff --git a/ChangeLog b/ChangeLog index a77d488..c3844e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,41 @@ -- -$Id: ChangeLog 6 2005-03-27 01:17:28Z tilman $ +$Id: ChangeLog 23 2005-04-09 17:16:58Z tilman $ ++ +2005-04-09 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Updated for rake 0.5.3 + * Bumped version number 0.1.2 + +2005-03-29 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.1 + +2005-03-29 Tilman Sauerbeck (tilman at code-monkey de) + * README: Grammar fix + * Rakefile: Tweak lookup of PKG_VERSION + * NEWS, Rakefile: Added NEWS + * lib/eet.rb: Bumped version number to 0.1.1 + +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