diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-09 10:46:03 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-09 10:46:03 +0100 |
commit | 37a1e0112d3a5394682db7f8f75e531fc042f8fe (patch) | |
tree | b10f16c60cf4ae96a41e96a78e9a881225fac52f | |
parent | 76f86e355af4ab5fbe229b77be01cd7f99ae9643 (diff) |
release: Update NEWS and bump version for 1.16.0 releasev1.16.0
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -25,6 +25,9 @@ Features: | |||
25 | * Evas GL: Add new API to get current Evas GL | 25 | * Evas GL: Add new API to get current Evas GL |
26 | * evas - cutouts - use less cpu by skipping non-intersecting cutout objs | 26 | * evas - cutouts - use less cpu by skipping non-intersecting cutout objs |
27 | * ecore - detect nested ecore_main_loop_begins from silly code | 27 | * ecore - detect nested ecore_main_loop_begins from silly code |
28 | * evas software x11 - increase shm buffer size for modern displays | ||
29 | * evas software x11 - set merge mode explicitly to smart or env var | ||
30 | * edje: add edje signal emit about swallow, text | ||
28 | 31 | ||
29 | Fixes: | 32 | Fixes: |
30 | 33 | ||
@@ -93,6 +96,7 @@ Fixes: | |||
93 | * Ecore pipe: clean up handling of already read information. (CID98384) | 96 | * Ecore pipe: clean up handling of already read information. (CID98384) |
94 | * Ecore Con: Fix possible timing attacks. (CID1039559, CID1039558) | 97 | * Ecore Con: Fix possible timing attacks. (CID1039559, CID1039558) |
95 | * Ecore con: Prevent possible use of uninitialised buffer on the stack. (CID1316016) | 98 | * Ecore con: Prevent possible use of uninitialised buffer on the stack. (CID1316016) |
99 | * evas rectangle - ensure centers of rects that just move/resize dont rend | ||
96 | * evas engines - fix partial swap to not skip swaps if full mode used | 100 | * evas engines - fix partial swap to not skip swaps if full mode used |
97 | * Evas image: Fix wrong usage of engine data macro | 101 | * Evas image: Fix wrong usage of engine data macro |
98 | * ethumb - fix client free issue with pending dbus messages (T2769) | 102 | * ethumb - fix client free issue with pending dbus messages (T2769) |
@@ -152,6 +156,33 @@ Fixes: | |||
152 | * emile: prevent segv when rotation is asked and there is no opts provided. | 156 | * emile: prevent segv when rotation is asked and there is no opts provided. |
153 | * eo - make null object silent if eo id is off | 157 | * eo - make null object silent if eo id is off |
154 | * ecore_audio: do not compile elua file if ecore_audio is disabled | 158 | * ecore_audio: do not compile elua file if ecore_audio is disabled |
159 | * efl - make drm vsync handle broken drm irq timestamps | ||
160 | * Emile: Allow load of ETC images if region = whole image | ||
161 | * Eet: fix decoding of embedded ETC images | ||
162 | * Eet: Another ETC decoding fix | ||
163 | * ecore-drm: Don't exit tty setup if tty is already in graphics mode | ||
164 | * evas-gl-drm: Move definition of Render_Engine out to header | ||
165 | * evas-gl-drm: Resize gbm surface when canvas size changes | ||
166 | * ecore-evas-wl: Ignore step size when maximizing | ||
167 | * eina_quaternion: correct the API name in header file | ||
168 | * ecore imf - fix modules that are x11 based to only load in x11 and in wl | ||
169 | * efreet - fix efreetd to not exit on $home being in extra app dirs | ||
170 | * ecore_file: Fix ecore_file_file_get function on Windows. | ||
171 | * ecore-evas-drm: Use GBM_FORMAT_XRGB8888 when creating new canvas | ||
172 | * evas-gl-drm: Fix issue of gl_drm engine not working (T2807) | ||
173 | * evas-wayland-egl: Fix missing support for EVAS_NATIVE_SURFACE_WL | ||
174 | * evas-wayland-egl: Add missing include header for gl_common | ||
175 | * Evas Text: avoid SIGSEV while ellipsis recalculation (T2640) | ||
176 | * evas-gl-drm: Set Outbuf vsync according to engine | ||
177 | * ecore-drm: Don't always check fb size against dumb buffer | ||
178 | * ecore-evas-gl-drm: Don't create software dumb buffers when using gl | ||
179 | * evas-gl-drm: Find symlink for eglSetDamageRegionKHR | ||
180 | * evas-gl-drm: Implement eglSetDamageRegionKHR | ||
181 | * ecore-drm: Check return value of drmHandleEvent and cleanup | ||
182 | * ecore-drm: Fix issue of duplicate page flips | ||
183 | * ecore-drm: Fix issue of hanging in read() (T2791) | ||
184 | * ecore-drm: Remove unused function | ||
185 | * eina/efreet: open file with binary file on Windows | ||
155 | 186 | ||
156 | Changes since 1.14.0: | 187 | Changes since 1.14.0: |
157 | --------------------- | 188 | --------------------- |
diff --git a/configure.ac b/configure.ac index 5ac916f..c6e49bc 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [16], [0], [release]) | 1 | EFL_VERSION([1], [16], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta3], [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]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |