diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-03-19 20:10:33 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-03-19 20:10:33 +0100 |
commit | f4b138d5be034616a51ba41ca596954a2eb41499 (patch) | |
tree | cb37d9087b295c4e18fc5ceb797051c8047a77f9 | |
parent | a278e4ea9d190bf56c040afe9a908e5bcdd27434 (diff) |
release: Update NEWS and bump version for 1.22.0-beta2 releasev1.22.0-beta2
-rw-r--r-- | NEWS | 37 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 18 deletions
@@ -39,23 +39,6 @@ Features: | |||
39 | 39 | ||
40 | Fixes: | 40 | Fixes: |
41 | 41 | ||
42 | * ecore-con/proxy_helper: fix in-tree run path (T6713) | ||
43 | * efreet: simplify and fix efreetd launch (T6713) | ||
44 | * build: always check for fork() and clearenv() | ||
45 | * popup: fix popup sizing when scroll enabled. (T6886) | ||
46 | * evas gl-x11 engine - nvidia driver - fix performance drop | ||
47 | * canvas vg_loader: close opened file after using it. | ||
48 | * elm/win: correctly track and set x11 shaped state | ||
49 | * evas textblock: adds missing legacy types | ||
50 | * canvas render: stop render_pre/post cb if it didn't render. | ||
51 | * Evas text textblock: call evas_font_free even on null fonts | ||
52 | * emile image: close file properly. | ||
53 | * examples/evas: do not attempt to free animator on window delete (T7000) | ||
54 | * ecore_evas: when window resized in ecore_evas, check evas rotate state. | ||
55 | * elm_code: (cherry-pick) Fix cusor pos after newline when indenting with tabs | ||
56 | * ecore x - fix vsync to not block amdgpu drivers | ||
57 | * elm_code_widget: resize cursor at time of font change. (T6470) | ||
58 | * evas canvas: fix not to trigger unnecessary events. | ||
59 | * build: fix rpath for binaries which use ecore-x dependencies | 42 | * build: fix rpath for binaries which use ecore-x dependencies |
60 | * elm/genlist: remove conditional in _calc_job for verifying show_item code (T6368) | 43 | * elm/genlist: remove conditional in _calc_job for verifying show_item code (T6368) |
61 | * elementary image: don't calc size using empty ones. | 44 | * elementary image: don't calc size using empty ones. |
@@ -125,6 +108,26 @@ Fixes: | |||
125 | * eina_file: set errno on open fail for win32 build | 108 | * eina_file: set errno on open fail for win32 build |
126 | * evas-gl-drm: Fix issue of rotation not actually rotating (T7690) | 109 | * evas-gl-drm: Fix issue of rotation not actually rotating (T7690) |
127 | * solve neon rotation issue by moving to the tiled rotator | 110 | * solve neon rotation issue by moving to the tiled rotator |
111 | * eo: Fix missing varags cleanup (CID1399080) | ||
112 | * efl_core_command_line: Fix logically dead code (CID1399106) | ||
113 | * efl_ui_widget_common: Fix potential resource leak (CID1399088) | ||
114 | * efl_ui_selection_manager: Fix unchecked return value (CID1399092) | ||
115 | * evas_device: Fix dereferencing null pointer (CID1399091) | ||
116 | * efl_ui_stack: Fix dereference null return value (CID1399082) | ||
117 | * efl_ui_datepicker: Fix uninitialized scalar value (CID1397006) | ||
118 | * efl_ui_grid: Fix dereferencing null pointer (CID1397000) | ||
119 | * ecore_con: Fix dereferencing of null pointer (CID1396990) | ||
120 | * elm_atspi_bridge: Fix resource leak (CID1399429) | ||
121 | * efl_ui_win: Fix dereference null return value (CID1399428) | ||
122 | * efl_ui_win: Fix dereference null return (CID1399427) | ||
123 | * efl_ui_win: Fix dereference null return (CID1399426) | ||
124 | * efl_ui_win: Fix dereference null return value (CID1399425) | ||
125 | * efreet: Fix resource leak (CID1399090) | ||
126 | * efl_ui_text: Fix resource leak (CID1396998) | ||
127 | * eldbus: Fix dereference after null check (CID1399422) | ||
128 | * efl_ui_focus_manager_calc: Fix resource leaks (CID1396984, CID1396965) | ||
129 | * elm_focus_legacy: Fix resource leaks (CID1399096, CID1399095) | ||
130 | * eldbus: Fix resource leak (CID1399097) | ||
128 | 131 | ||
129 | Changes since 1.20.0: | 132 | Changes since 1.20.0: |
130 | --------------------- | 133 | --------------------- |
diff --git a/configure.ac b/configure.ac index f0277af..2f093fc 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [22], [0], [release]) | 1 | EFL_VERSION([1], [22], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |