X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=8f0d51613beade88ffd7aea0d724e251530dc4f7;hb=b6b77969391f130e201dd856a41a6332cee9d0c8;hp=ee2856fa4bab9a99c02185de5b49472c7df938bd;hpb=696af4a1fe9c694466076ac6f2cb9a945be63f0f;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index ee2856f..8f0d516 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -- -$Id: ChangeLog 3 2005-03-26 19:59:05Z tilman $ +$Id: ChangeLog 9 2005-03-27 15:30:41Z tilman $ ++ +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