diff options
-rw-r--r-- | Changelog | 6 | ||||
-rw-r--r-- | README.rdoc | 4 | ||||
-rw-r--r-- | lib/efl.rb | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,2 +1,8 @@ +2011-04-25 Jérémy Zurcher <jeremy@asynk.ch> + * release 0.2.0 + * ecore getopt seems good + * basis of module function mapping and class method_missing usage setup + * small elementary elm_Win test app + 2011-04-08 Jérémy Zurcher <jeremy@asynk.ch> * Project creation diff --git a/README.rdoc b/README.rdoc index bac6abe..912f3d1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,12 +1,14 @@ ffi-efl by Jérémy Zurcher - http://cgit.asynk.ch + http://asynk.ch == DESCRIPTION: ffi-efl is a FFI[https://github.com/ffi/ffi/wiki] binding to Enlightenment Foundation Libraries (eina,eet,evas,ecore,edje...) base components of the Enlightenment project. (EFL API[http://www.enlightenment.org/p.php?p=docs&l=en]) +ffi-efl project is developed on asynk[http://cgit.asynk.ch/cgi-bin/cgit/ffi-efl], github[https://github.com/jeremyz] and gitorious[https://gitorious.org/~jeyzu] + == FEATURES/PROBLEMS: * Project just started @@ -4,7 +4,7 @@ # module Efl # - VERSION = '0.0.1' + VERSION = '0.0.2' # autoload :Eet, './lib/efl/eet.rb' autoload :Evas, './lib/efl/evas.rb' |