diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-09-18 09:16:07 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-09-18 09:16:07 +0200 |
commit | 9c0894ccda3f26fa502088d4cf866b45e8ce1da1 (patch) | |
tree | ef3c41e392ded8b2a0e0cd1736841ecba956c62a | |
parent | 2d079fb112ae0b2aff60b3ba6f40a542084f6410 (diff) |
release: Update NEWS and bump version for 1.20.4 releasev1.20.4
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 2 deletions
@@ -1,7 +1,22 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.20.3 | 2 | EFL 1.20.4 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.20.3: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * elm focus manager - dont leak child lists when updating focus order (T5800) | ||
11 | * evas: handle object names with a list hash | ||
12 | * evas: fix event grabber child stacking | ||
13 | * evas: proceed glyph iterator to handle next index properly | ||
14 | * filters: Safety++ | ||
15 | * eo: only return NULL when the object is destructed. (T5968) | ||
16 | * edje: Add legacy compatibility code (T5944) | ||
17 | * ecore exe - fix fix malloc fail handling | ||
18 | * wayland: fix xdg-shell popup windows | ||
19 | |||
5 | Changes since 1.20.2: | 20 | Changes since 1.20.2: |
6 | --------------------- | 21 | --------------------- |
7 | 22 | ||
diff --git a/configure.ac b/configure.ac index ee6c42b..556b565 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [20], [3], [release]) | 1 | EFL_VERSION([1], [20], [4], [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]) |