release: v1.10.0 beta2

This commit is contained in:
Stefan Schmidt 2014-05-12 14:55:13 +02:00
parent e3b0582c8d
commit 5f54c3d85a
2 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Features:
* genlist: Implemented item_select_on_focus feature.
* gengrid: Implemented item_select_on_focus feature.
* gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs.
* focus: Change new API names related to focus auto scrolling.
Fixes:
@ -103,6 +104,8 @@ Fixes:
* 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.
* widgets - propagate current parent orientation to sub object.
* elm_map: Fix to support customized style for elm_map
Changes since Elementary 1.8.0:

View File

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