release: v1.10.0 beta1

This commit is contained in:
Stefan Schmidt 2014-05-05 16:28:22 +02:00
parent 435f9eaac3
commit 2022aa3065
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -81,6 +81,7 @@ Features:
* eina_hash now has helper functions for managing lists inside hashes
* edje_cc now supports part.description.link for single line state changes
* edje now has the group.script_recursion flag for permitting unsafe embryo recursion (T905)
* eolian_cxx: initial version of the EFL C++ Bindings Generator.
Fixes:
@ -196,6 +197,9 @@ Fixes:
* edje now correctly forces ellipsis setting on text parts
* emotion: play set before file open callback bug fix
* emotion: use eina stringshare not strdup
* configure: Only allow wayland + egl with opengl ES (T1202)
* eldbus-codegen no longer passes garbage values to error callbacks
Changes since 1.8.0:
--------------------

View File

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