Fixed the install task.
[ruby-eet.git] / ChangeLog
index ee2856fa4bab9a99c02185de5b49472c7df938bd..0ba67c0705cdf87fceebb964e9ebdad8288d506c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
 --
-$Id: ChangeLog 3 2005-03-26 19:59:05Z 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
         * Rakefile: Added a PackageTask