Added support for image compression parameters.
[ruby-eet.git] / ChangeLog
index 0ba67c0705cdf87fceebb964e9ebdad8288d506c..876f33aaa01c5d54ba86d5f1dd61a5fa6b8fca33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
 --
-$Id: ChangeLog 8 2005-03-27 14:25:35Z tilman $
+$Id: ChangeLog 13 2005-03-27 18:35:51Z tilman $
 ++
 
+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
@@ -10,6 +18,7 @@ $Id: ChangeLog 8 2005-03-27 14:25:35Z tilman $
         * 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