diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-05 14:12:19 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-05 14:12:19 +0200 | 
| commit | 138a131c1aea290f0154a5b6fcf466e6d8161ec8 (patch) | |
| tree | 223468a3260219e869ed33c3326c43e538d53078 | |
| parent | 8b0a8eeabcf06e3b13ff82b4cbe71be74c8543cc (diff) | |
| download | ffi-efl-138a131c1aea290f0154a5b6fcf466e6d8161ec8.zip ffi-efl-138a131c1aea290f0154a5b6fcf466e6d8161ec8.tar.gz | |
update Changelog and VERSION0.0.4
| -rw-r--r-- | Changelog | 12 | ||||
| -rw-r--r-- | lib/efl.rb | 2 | 
2 files changed, 13 insertions, 1 deletions
| @@ -1,3 +1,15 @@ +2011-05-11 Jérémy Zurcher <jeremy@asynk.ch> +	* release 0.0.4 +	* ruby 1.8.7 compatible +	* FFI::AutoPointer usage fixed, constructors cleaned +	* module Efl::Native used for all FFI => require 'efl/native' +	* ClassHelper#method_missing enhanced +	* REinaList and REinaHash cleaned +	* EcoreEvas specs completed +	* REvas and REvasObject spec completed +	* REvasRectanlge, REvasLine, EvasPolygon classes added +	* more test/*.rb +  2011-05-01 Jérémy Zurcher <jeremy@asynk.ch>  	* release 0.0.3  	+ Evas, Evas_Ecore, Edje, Elm ... usable @@ -4,7 +4,7 @@  #  module Efl      # -    VERSION = '0.0.3' +    VERSION = '0.0.4'      #      autoload :EcoreEvas,    './lib/efl/ecore_evas.rb'      autoload :EcoreGetopt,  './lib/efl/ecore_getopt.rb' | 
