diff --git a/legacy/eeze/README b/legacy/eeze/README index d081aebe34..01644b4c34 100644 --- a/legacy/eeze/README +++ b/legacy/eeze/README @@ -1,3 +1,3 @@ eeze v?.?? -eeze is a collection of misc apis wrapped in efl for ease of integration with other efl projects. Dependencies may vary, use at your own risk, i before e except after c. +eeze is a collection of libraries that simplify the use of devices. Dependencies may vary, use at your own risk, i before e except after c. diff --git a/legacy/eeze/TODO b/legacy/eeze/TODO index 0f72a3a46c..342cbfdeb9 100644 --- a/legacy/eeze/TODO +++ b/legacy/eeze/TODO @@ -3,7 +3,5 @@ udev: switch enum to bitmasks with categories probably more functions or something? TO BE ADDED -mpd: implement efl mpd bindings -xen: common xen control/info functions -libvirt: same as above +automounter ??? diff --git a/legacy/eeze/configure.ac b/legacy/eeze/configure.ac index 44f0318ae9..30da2c395b 100644 --- a/legacy/eeze/configure.ac +++ b/legacy/eeze/configure.ac @@ -1,7 +1,7 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([eeze], [0.1.0], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([eeze], [0.4.0], [enlightenment-devel@lists.sourceforge.net]) release="ver-pre-svn-05" AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac])