From 219c809b8763c1105f63fe082469645cbc496c62 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 11 Aug 2014 12:54:59 +0200 Subject: [PATCH] release: Update NEWS and bump version for 1.11.0-beta2 release --- legacy/elementary/NEWS | 5 +++++ legacy/elementary/configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 5e8292060d..78e9d9b3bc 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/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/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 5d32247b69..6617e3a933 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -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])