Bumped version number to 0.1.2.
[ruby-eet.git] / ChangeLog
index cf0143bee9b8ac900cd9652477ac4df8058448f0..c3844e03713f25dee6a13ebe4f27a9f0e3d4be68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,41 @@
 --
-$Id: ChangeLog 7 2005-03-27 01:23:15Z tilman $
+$Id: ChangeLog 23 2005-04-09 17:16:58Z tilman $
 ++
 
+2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
+        * Rakefile: Updated for rake 0.5.3
+        * Bumped version number 0.1.2
+
+2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
+        * Released version 0.1.1
+
+2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
+        * README: Grammar fix
+        * Rakefile: Tweak lookup of PKG_VERSION
+        * NEWS, Rakefile: Added NEWS
+        * lib/eet.rb: Bumped version number to 0.1.1
+
+2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
+        * Rakefile: Fixed casing of "Ruby-EET"
+        * Rakefile: explicitly require compositepublisher
+
+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