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

This commit is contained in:
Stefan Schmidt 2014-08-11 12:54:59 +02:00
parent c1a7135369
commit 219c809b87
2 changed files with 6 additions and 1 deletions

View File

@ -42,6 +42,11 @@ Fixes:
* elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe
* ctxpopup: fix arrow geometry set.
* ctxpopup: Fix wrong popup size.
* elementary: Handle case where ELM_ENGINE environment variable is misspelled.
* photocam should reset its preload when a new file is loaded
* Gengrid: fix position calculation
* Genlist: do not segv if the user clear the list on item double-click
* gengrid once again selects items using keyboard when no item was previously selected
Changes since Elementary 1.9.0:
-------------------------------

View File

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