diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-08-30 12:37:54 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-08-30 12:37:54 +0200 |
commit | f6e7816e62b8fa636d8520ae34592b9a336b28a2 (patch) | |
tree | f3a423c6f4f6542955250589b464c32709e8b4ad | |
parent | 8250c58511086e49a1f460ee2a9dfb8dde7cdce9 (diff) |
release: Update NEWS and bump version for 1.20.3 releasev1.20.3
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 35 insertions, 2 deletions
@@ -1,7 +1,40 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.20.1 | 2 | EFL 1.20.3 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.20.2: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * eo: Check refs in efl_data_scope_safe_get (T5869) | ||
11 | * efl-wl: use correct accessor method for keyboard resource hash | ||
12 | * elm_widget: do not reparent subobjs to top widget for non-elm objects | ||
13 | * efl-wl: always dismiss popups on hide | ||
14 | * efl-wl: handle case where eglBindWaylandDisplay fails | ||
15 | * ecore: always set delete_me before removing fd from poll | ||
16 | * efl-wl: initialize seat keymap fd to -1 | ||
17 | * ecore_evas_extn: Fix socket & plug windows | ||
18 | * elm_test: Fail nicely if plug can't connect | ||
19 | * evas: make top object returning functions return the top object | ||
20 | * theme: handle e dialog sizing when no buttons are present | ||
21 | * wayland: fix num/caps lock handling in events (T5737) | ||
22 | * elm_box: Fix support of aspect hints (T5888) | ||
23 | * edje: Fix warning message | ||
24 | * ecore-wl2: normalize axis event values (T5427) | ||
25 | * efl-wl: match nested wl seats based on display ordering | ||
26 | * elm_win: update opaque region for fake windows | ||
27 | * elm_win: check for wayland engine during finalize by checking for wl win | ||
28 | * efl_ui_image: maintain geometry for prev image while preloading new image (T5936) | ||
29 | * theme: fix dialog sizing when no buttons are present | ||
30 | * Canvas text: fix non-dirty paragraph width calculation (T5939) | ||
31 | * eina file - use recursive locks for cache and file to avoid deadlock | ||
32 | * eina mmap safety - only map zeropages if it's an eina file that sigbuses | ||
33 | * evas: fix invalid return of evas_textgrid_cellrow_get() | ||
34 | * access: Fix crash in ecore | ||
35 | * elm init - fix init seq and quicklaunch as we shut down x before evas | ||
36 | * photocam: Fix key zoom in/out | ||
37 | |||
5 | Changes since 1.20.1: | 38 | Changes since 1.20.1: |
6 | --------------------- | 39 | --------------------- |
7 | 40 | ||
diff --git a/configure.ac b/configure.ac index 76d7b88..ee6c42b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [20], [2], [release]) | 1 | EFL_VERSION([1], [20], [3], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |