X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=f0df52e08a3c43f1a2664d1f0f8feeb1024338b9;hb=8780491942ed6a0ca264eeabc1bcb319989a8a3d;hp=d80c2195eb8edccc9892b2e983b5eeb5cc7c4e80;hpb=6aec4758c3a6b30c1cde143a899c0930b40ba2d3;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index d80c219..f0df52e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,28 @@ -- -$Id: ChangeLog 2 2005-03-26 13:39:17Z tilman $ +$Id: ChangeLog 12 2005-03-27 16:31:30Z tilman $ ++ +2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) + * README: Fixed casing of "Ruby-EET" + +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 * Rakefile: Added a PackageTask * test/common.rb: Removed unused assertion + * lib/eet.rb: Bumped version number to 0.1.0 2005-03-25 Tilman Sauerbeck (tilman at code-monkey de) * test/test_broken_classes.rb: Code cleanup