release: v1.10.0 beta1

This commit is contained in:
Stefan Schmidt 2014-05-05 16:25:04 +02:00
parent fcd1a729ed
commit cab4bb821d
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [10], [0], [release])
AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([configure.ac])