diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-05 15:52:21 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-05 16:16:48 +0200 |
commit | ee4a63ccaa00bf740d0951c151e19a5e83136ab0 (patch) | |
tree | 33cdeb9120f0c40624642b9639fbb633ae137806 | |
parent | 5801013ad4be24baf55e88dcd8cefd89ac57f5e6 (diff) |
release: Update NEWS and bump version for 1.16.0-alpha1 releasev1.16.0-alpha1
-rw-r--r-- | NEWS | 94 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 95 insertions, 3 deletions
@@ -1,7 +1,99 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.15.0 | 2 | EFL 1.16.0 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.15.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * ecore-wl: Support wl_keyboard_send_repeat_info for adjusting keyboard repeat rate and delay | ||
11 | * evas gl: add support for new partial update extension. | ||
12 | * ecore-x: provide property state in Ecore_X_Event_Window_Property | ||
13 | * ecore-x: add property member to Ecore_X_Event_Selection_Notify | ||
14 | * Evas GL: Restore current context to evas gl context when the backend has taken over | ||
15 | * eina: add API to join pahs, as well as path separators | ||
16 | * Eo base: Change parent_set to be an assignment of ref. | ||
17 | * ecore x vsync - add in exynos checks and move kernel v checks inside | ||
18 | * eina thread - add wrapper for setting thread name and fix affinity | ||
19 | * efl - set thread names for internally created threads for debugging | ||
20 | * eolian/generator: generation of doxygen @note and @warning tags | ||
21 | * evas - sw async render - move pixel upload/swap to a thread | ||
22 | * evas gl - optimize updates | ||
23 | * Edje: Add filter support to SNAPSHOT parts | ||
24 | * edje_cc: Allow PROXY as clipper (clip_to and desc.clip_to) | ||
25 | * Evas GL: Add new API to get current Evas GL | ||
26 | * evas - cutouts - use less cpu by skipping non-intersecting cutout objs | ||
27 | * ecore - detect nested ecore_main_loop_begins from silly code | ||
28 | |||
29 | Fixes: | ||
30 | |||
31 | * Edje entry: Make filter logic consistent across all input methods | ||
32 | * evas_check_engine: Remove tests for specific version of EGL | ||
33 | * Edje entry: Fix to delete selection when preedit status has not ended. | ||
34 | * ecore_evas: fix first render skip in several windows | ||
35 | * eolian/generator: fix turning values into @return when generating docs | ||
36 | * eina: fix direct_ls_simple and ls_simple tests on Windows | ||
37 | * efreet - fix efreetd kill and start with clean cache case blank icons | ||
38 | * evas - handle case where layer->evas is null - don't crash | ||
39 | * emotion: Fix typos in doxygen | ||
40 | * ecore-wl: do not nul terminate drops | ||
41 | * eo - fix bug vector when unparenting of an eo obj may affect others | ||
42 | * Evas filters: Fix for Lua 5.3 (with --enable-lua-old) | ||
43 | * Evas filters: Fix massive memleak with async sw render | ||
44 | * Evas language: fix script run code (T2670) | ||
45 | * Edje_Entry: check selection before the cursor position change. | ||
46 | * eo - destruction - ensure child is removed from parent child list | ||
47 | * Evil: fix compilation when MSVC is not available. (T2681) | ||
48 | * efl - jp2k loader - guard against openjpeg bug tha causes an abort | ||
49 | * ecore_win: fix the incorrect mouse cursor position. | ||
50 | * edje_cc_out: Fix edje_cc compile error with script on Windows. | ||
51 | * ecore_wayland: bind and destroy session_recovery interface correctly. | ||
52 | * ecore_pipe: add write fdset and except fdset. | ||
53 | * edje: Fix double free scenario caused by static pointer. | ||
54 | * Evas textblock: fix case of own_closer in style_set (T2654) | ||
55 | * Eina rectangle: Check for valid rectangle before taking intersection | ||
56 | * evas_canvas3d: Recalculation coordinates for pick object from scene | ||
57 | * evas - fix texture context bind reset in gl common using wrong texture | ||
58 | * Evas masking: Fix potential invalid access to mask image | ||
59 | * evas: CID 1323091 (CID1323091) | ||
60 | * evas: fix memory leak in evas_object_image_render_pre. | ||
61 | * ecore - let the ecore_con_eet_*.c examples build. | ||
62 | * efl - edje_cc - fix double close of embryo script fd's to tmp files | ||
63 | * ecore_x: free the allocated memory after used. | ||
64 | * ecore_x: fix the memory leak. | ||
65 | * evas: node that are used for a fill should not have a parent or they are going to be drawn. | ||
66 | * ector: fix cairo backend to properly multiply gradient color. | ||
67 | * edje_cache: remove duplicated call of _edje_file_coll_open | ||
68 | * Ector software gradient: Fix cast from integer to pointer of wrong type. | ||
69 | * eldbus: add dbus_pending NULL check | ||
70 | * edje: fix internal colorclass field | ||
71 | * evas_canvas3d:Broken source file for generation 3D shaders | ||
72 | * Evas smart: Add obj type safety check to callback_del. | ||
73 | * evas image object - dont update just if image is dirty | ||
74 | * edje_adit: fix typos in header | ||
75 | * Edje entry: Make cursors to null after free | ||
76 | * ecore_evas-x11: unset withdrawn state when window is mapped (T2745) | ||
77 | * Eo: fix double callback deletion | ||
78 | * evas - protect against invalid obj id in legacy wrapper func | ||
79 | * Eo: reduce memory usage across applications. | ||
80 | * upower: free version string splits | ||
81 | * ecore_win32: fix the mouse out behavior. | ||
82 | * ecore-audio: defer deletion of pulseaudio timer until after event processing | ||
83 | * doc/eldbus: fix parameter in document | ||
84 | * Edje: Fix IMAGE filters | ||
85 | * edje_cc: Fix inheritance of "no_render" flag | ||
86 | * evas render - async sw - fix context duplication by using proper dup call | ||
87 | * eldbus - make method calls less crasy since libdbus likes to abort | ||
88 | * Revert "eina: change default log level at which we display backtrace." | ||
89 | * eolian: fix out-of-bounds indexing on tokens (CID1324818) | ||
90 | * Eo: Remove dead code. (CID1240224) | ||
91 | * evas_box: fix children size and position calculation when padding is used for horizontal flow layout | ||
92 | * evas-3d: fix primitives | ||
93 | * Ecore pipe: clean up handling of already read information. (CID98384) | ||
94 | * Ecore Con: Fix possible timing attacks. (CID1039559, CID1039558) | ||
95 | * Ecore con: Prevent possible use of uninitialised buffer on the stack. (CID1316016) | ||
96 | |||
5 | Changes since 1.14.0: | 97 | Changes since 1.14.0: |
6 | --------------------- | 98 | --------------------- |
7 | 99 | ||
diff --git a/configure.ac b/configure.ac index 3ca1316..30d1742 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [15], [99], [dev]) | 1 | EFL_VERSION([1], [16], [0], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-alpha1], [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]) |