stefan pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=bd039ce80daac9e7bb83296e00d645c9226c4957
commit bd039ce80daac9e7bb83296e00d645c9226c4957 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Mon Mar 10 16:18:01 2014 +0100 release: Update NEWS and bump version for 1.9.1 release --- NEWS | 30 +++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index af440d8..9b1d4b4 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,35 @@ ========= -EFL 1.9.0 +EFL 1.9.1 ========= +Changes since 1.9.0: +-------------------- + +Additions: + +Improvements: + +Fixes: + + * edje - allow lager clipper space. + * eina_log: Update domain colouring when color_disable_set is called (T1029) + * edje/entry: fix to not emit "changed" signal in unnecessary cases of password mode. + * Edje entry: fix bug preedit text is committed in the next entry when Tab key is pressed. + * Evas filters: Avoid CRI message when using the GL engine + * Evas filters: fix clip to target calculation + * Evas filters: fix random cases of 'dancing text' + * Evas filters: fix black squares with the GL engine + * ecore_avahi: @fix timeout to avoid pitfall of forever frozen timer. + * examples/evas: Set a proper format string for fprintf + * ecore_avahi: fix timeout to be relative from now. + * ecore: @fix race condition when using ecore_main_loop_thread_safe_call_sync. + * edje: Fix CURRENT option works. + * evas: replace EINA_LIST_FREE to EINA_LIST_FOREACH_SAFE. + * Fix Wayland Shm engine destination calculation typo + +Removals: + + Changes since 1.8.0: -------------------- diff --git a/configure.ac b/configure.ac index 8f4023e..e534af5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [9], [0], [release]) +EFL_VERSION([1], [9], [1], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --