stefan pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=f6e7816e62b8fa636d8520ae34592b9a336b28a2
commit f6e7816e62b8fa636d8520ae34592b9a336b28a2 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Wed Aug 30 12:37:54 2017 +0200 release: Update NEWS and bump version for 1.20.3 release --- NEWS | 35 ++++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b3aebfda48..f3d708eb3e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,40 @@ ========== -EFL 1.20.1 +EFL 1.20.3 ========== +Changes since 1.20.2: +--------------------- + +Fixes: + + * eo: Check refs in efl_data_scope_safe_get (T5869) + * efl-wl: use correct accessor method for keyboard resource hash + * elm_widget: do not reparent subobjs to top widget for non-elm objects + * efl-wl: always dismiss popups on hide + * efl-wl: handle case where eglBindWaylandDisplay fails + * ecore: always set delete_me before removing fd from poll + * efl-wl: initialize seat keymap fd to -1 + * ecore_evas_extn: Fix socket & plug windows + * elm_test: Fail nicely if plug can't connect + * evas: make top object returning functions return the top object + * theme: handle e dialog sizing when no buttons are present + * wayland: fix num/caps lock handling in events (T5737) + * elm_box: Fix support of aspect hints (T5888) + * edje: Fix warning message + * ecore-wl2: normalize axis event values (T5427) + * efl-wl: match nested wl seats based on display ordering + * elm_win: update opaque region for fake windows + * elm_win: check for wayland engine during finalize by checking for wl win + * efl_ui_image: maintain geometry for prev image while preloading new image (T5936) + * theme: fix dialog sizing when no buttons are present + * Canvas text: fix non-dirty paragraph width calculation (T5939) + * eina file - use recursive locks for cache and file to avoid deadlock + * eina mmap safety - only map zeropages if it's an eina file that sigbuses + * evas: fix invalid return of evas_textgrid_cellrow_get() + * access: Fix crash in ecore + * elm init - fix init seq and quicklaunch as we shut down x before evas + * photocam: Fix key zoom in/out + Changes since 1.20.1: --------------------- diff --git a/configure.ac b/configure.ac index 76d7b88ac4..ee6c42bc21 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [20], [2], [release]) +EFL_VERSION([1], [20], [3], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --