stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=00d4c1eb4354c8ffa015af1df1bf0b15f674ae78
commit 00d4c1eb4354c8ffa015af1df1bf0b15f674ae78 Author: Stefan Schmidt <[email protected]> Date: Mon Aug 11 12:54:59 2014 +0200 release: Update NEWS and bump version for 1.11.0-beta2 release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5e82920..78e9d9b 100644 --- a/NEWS +++ b/NEWS @@ -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: ------------------------------- diff --git a/configure.ac b/configure.ac index 5d32247..6617e3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [11], [0], [release]) -AC_INIT([elementary], [efl_version-beta1], [[email protected]]) +AC_INIT([elementary], [efl_version-beta2], [[email protected]]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([configure.ac]) --
