stefan pushed a commit to branch elementary-1.11. http://git.enlightenment.org/core/elementary.git/commit/?id=e4c51e69a908f95d8b0568fbfbc132101ad1597c
commit e4c51e69a908f95d8b0568fbfbc132101ad1597c Author: Stefan Schmidt <[email protected]> Date: Mon Oct 13 14:24:12 2014 +0200 release: Update NEWS and bump version for 1.11.3 release --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3a0a783..eeaa4a5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,16 @@ ================= -Elementary 1.11.2 +Elementary 1.11.3 ================= +Changes since 1.11.2: +--------------------- + +Fixes: + + * elm_win should not check ELM_ACCEL variable if application has overridden it + * remove accel_override from elm_config + * bg: fix the _elm_bg_elm_layout_sizing_eval bug. + Changes since 1.11.1: --------------------- diff --git a/configure.ac b/configure.ac index 0951456..4ab1714 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [11], [2], [release]) +EFL_VERSION([1], [11], [3], [release]) AC_INIT([elementary], [efl_version], [[email protected]]) AC_PREREQ(2.60) --
