stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f8919f2fc95a22fc6ef06d2715570e4fcb023c59
commit f8919f2fc95a22fc6ef06d2715570e4fcb023c59 Author: Stefan Schmidt <[email protected]> Date: Mon May 5 16:25:04 2014 +0200 release: v1.10.0 beta1 --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 83ba9a3..aae09b3 100644 --- a/NEWS +++ b/NEWS @@ -101,6 +101,8 @@ Fixes: * toolbar: Fixed wrong edje api usage for elm objects. * genlist: Removed unnecessary item show call on multi select. * ctxpopup bg theme should block all mouse events, not just left button + * ctxpopup should not blindly show arrows when they are not wanted by the theme + * gengrid: frame variable should be used for position changes. Changes since Elementary 1.8.0: diff --git a/configure.ac b/configure.ac index 0b128e8..77d158a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [10], [0], [release]) -AC_INIT([elementary], [efl_version-alpha1], [[email protected]]) +AC_INIT([elementary], [efl_version-beta1], [[email protected]]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([configure.ac]) --
