release: Update NEWS and bump version for 1.11.0-beta1 release

This commit is contained in:
Stefan Schmidt 2014-08-04 19:24:35 +02:00
parent 3a0e0df84a
commit 21bb0531fb
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -156,6 +156,9 @@ Fixes:
* ecore_evas_extn: do not double close fd in case of memory starvation. (CID1039885)
* ecore_evas_extn: fix wrong plug image display after connect
* ecore animator - this fixes suspended animators still waking up
* ecore-evas - fix continual wakeups with unchanged canvases
* ecore_x: don't go below 0. (T1467)
* Evas textblock: Correct word start/end moving at new line or line begins with spaces
Changes since 1.9.0:
--------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [11], [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])