Fixed casing of 'Ruby-EET'.
[ruby-eet.git] / ChangeLog
index 2877321225d4473f204b1cf2610257a41ea9afa1..fa9013a005af70e8767c345fdd2ee31298642d67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,27 @@
 --
-$Id: ChangeLog 4 2005-03-27 01:14:48Z tilman $
+$Id: ChangeLog 14 2005-03-28 20:38:06Z tilman $
 ++
 
+2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
+        * Rakefile: Fixed casing of "Ruby-EET"
+
+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