stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=37a1e0112d3a5394682db7f8f75e531fc042f8fe

commit 37a1e0112d3a5394682db7f8f75e531fc042f8fe
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Nov 9 10:46:03 2015 +0100

    release: Update NEWS and bump version for 1.16.0 release
---
 NEWS         | 31 +++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 3373d2d..8258cb0 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ Features:
    * Evas GL: Add new API to get current Evas GL
    * evas - cutouts - use less cpu by skipping non-intersecting cutout objs
    * ecore - detect nested ecore_main_loop_begins from silly code
+   * evas software x11 - increase shm buffer size for modern displays
+   * evas software x11 - set merge mode explicitly to smart or env var
+   * edje: add edje signal emit about swallow, text
 
 Fixes:
 
@@ -93,6 +96,7 @@ Fixes:
    * Ecore pipe: clean up handling of already read information. (CID98384)
    * Ecore Con: Fix possible timing attacks. (CID1039559, CID1039558)
    * Ecore con: Prevent possible use of uninitialised buffer on the stack. 
(CID1316016)
+   * evas rectangle - ensure centers of rects that just move/resize dont rend
    * evas engines - fix partial swap to not skip swaps if full mode used
    * Evas image: Fix wrong usage of engine data macro
    * ethumb - fix client free issue with pending dbus messages (T2769)
@@ -152,6 +156,33 @@ Fixes:
    * emile: prevent segv when rotation is asked and there is no opts provided.
    * eo - make null object silent if eo id is off
    * ecore_audio: do not compile elua file if ecore_audio is disabled
+   * efl - make drm vsync handle broken drm irq timestamps
+   * Emile: Allow load of ETC images if region = whole image
+   * Eet: fix decoding of embedded ETC images
+   * Eet: Another ETC decoding fix
+   * ecore-drm: Don't exit tty setup if tty is already in graphics mode
+   * evas-gl-drm: Move definition of Render_Engine out to header
+   * evas-gl-drm: Resize gbm surface when canvas size changes
+   * ecore-evas-wl: Ignore step size when maximizing
+   * eina_quaternion: correct the API name in header file
+   * ecore imf - fix modules that are x11 based to only load in x11 and in wl
+   * efreet - fix efreetd to not exit on $home being in extra app dirs
+   * ecore_file: Fix ecore_file_file_get function on Windows.
+   * ecore-evas-drm: Use GBM_FORMAT_XRGB8888 when creating new canvas
+   * evas-gl-drm: Fix issue of gl_drm engine not working (T2807)
+   * evas-wayland-egl: Fix missing support for EVAS_NATIVE_SURFACE_WL
+   * evas-wayland-egl: Add missing include header for gl_common
+   * Evas Text: avoid SIGSEV while ellipsis recalculation (T2640)
+   * evas-gl-drm: Set Outbuf vsync according to engine
+   * ecore-drm: Don't always check fb size against dumb buffer
+   * ecore-evas-gl-drm: Don't create software dumb buffers when using gl
+   * evas-gl-drm: Find symlink for eglSetDamageRegionKHR
+   * evas-gl-drm: Implement eglSetDamageRegionKHR
+   * ecore-drm: Check return value of drmHandleEvent and cleanup
+   * ecore-drm: Fix issue of duplicate page flips
+   * ecore-drm: Fix issue of hanging in read() (T2791)
+   * ecore-drm: Remove unused function
+   * eina/efreet: open file with binary file on Windows
 
 Changes since 1.14.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index 5ac916f..c6e49bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [16], [0], [release])
-AC_INIT([efl], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to