diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-04 14:40:29 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-04 14:41:09 -0400 |
commit | 1e2459da3a21620153f87c6cd85e0ac6f3ff06a7 (patch) | |
tree | 7611b1da6786645cfc27dd6069097aef9bb0f7ee | |
parent | a9339bb7a627ab90bf9b1167c4e4c90c728ea548 (diff) |
release: Update NEWS and bump version for 1.22.4 releasev1.22.4
-rw-r--r-- | NEWS | 43 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 43 insertions, 2 deletions
@@ -1,6 +1,47 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.22.3 | 2 | EFL 1.22.4 |
3 | ========== | 3 | ========== |
4 | Changes since 1.22.3: | ||
5 | --------------------- | ||
6 | |||
7 | Features: | ||
8 | |||
9 | |||
10 | Fixes: | ||
11 | |||
12 | * edje signal - let's not crash if something odd happens | ||
13 | * edje signal matches - try number 3 to try plug all the holes | ||
14 | * edje - backport fix to opt that actually was a fix to existing bug | ||
15 | * evas -gl engines - buffer age - bring back fix for changing buffer age | ||
16 | * eio - don't call cb's after a cancel | ||
17 | * elm sel mgr - remove event handlers when no drop targets are left | ||
18 | * theme: fix fileselector search button layout | ||
19 | * evas vector: set proper parents of clone objects. | ||
20 | * evas svg: fix missing node opacity attribute. | ||
21 | * ecore: also error when trying to add an event handler for a type 0 event | ||
22 | * elm_actionslider: fix internal state when programmatically changing value | ||
23 | * evas/box: avoid triggering smart_move callback | ||
24 | * ecore: avoid breaking next main loop start if quit occurs outside of loop | ||
25 | * evas: fix type checking of Evas pointers in legacy functions | ||
26 | * evas/map: permit evas_map_free(NULL) | ||
27 | * ecore_evas buffer: fix a deadlock issue. | ||
28 | * efl_ui_widget: add safety checks to verify parents aren't being added as children | ||
29 | * [elm] Add missing sizing eval hook at radio | ||
30 | * elm/glview: fix glview to (again) return null if context creation fails | ||
31 | * elm_test/plug: fix error handling | ||
32 | * elm/ctxpopup: check list existence before trying to delete list items | ||
33 | * efl_ui/popup: implement efl.file.unload for popup backwall part | ||
34 | * efl_ui/popup: unset callbacks on win object when parent is removed | ||
35 | * elm/config: monitor MODIFIED events on config files | ||
36 | * elm/config: fix config usage with EFL_RUN_IN_TREE set | ||
37 | * efl_ui/flow.box: fix item calc with mixed weights | ||
38 | * elm/hoversel: avoid calling api functions on null hoversel objects | ||
39 | * efl/io: fix race condition with child model deletion | ||
40 | * eio/poll: avoid ever dereferencing the backend's parent in a thread | ||
41 | * evas events: fix corrupted mouse events behavior on mapped object. | ||
42 | * evas_vg: fix alpha animation bug in case of partial update | ||
43 | |||
44 | |||
4 | Changes since 1.22.2: | 45 | Changes since 1.22.2: |
5 | --------------------- | 46 | --------------------- |
6 | 47 | ||
diff --git a/configure.ac b/configure.ac index ad4d1f3..221fdec 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [22], [3], [release]) | 1 | EFL_VERSION([1], [22], [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]) |