Fixed the install task.
[ruby-eet.git] / ChangeLog
index 3566aab4f80ee3b7caf0d772541b0d3372f0c273..0ba67c0705cdf87fceebb964e9ebdad8288d506c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
 --
-$Id: ChangeLog 5 2005-03-27 01:16:12Z tilman $
+$Id: ChangeLog 8 2005-03-27 14:25:35Z 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
 
 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
         * README, Rakefile: Require Rake 0.5.0 or greater