stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=90455285ade87fd9df7deb9da095191670918174

commit 90455285ade87fd9df7deb9da095191670918174
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Jan 25 17:37:38 2016 +0100

    release: Update NEWS and bump version for 1.17.0-beta3 release
---
 NEWS         | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 08817b1..dbf959e 100644
--- a/NEWS
+++ b/NEWS
@@ -184,6 +184,24 @@ Fixes:
    * win32: Fix compilation due to recent changes in Evil
    * embryo: change the log catagory of printf in embryo
    * ecore imf: fix imf module load hangs when not even configured
+   * ecore-x: add safety checks for _ecore_x_disp in some functions
+   * Eina: Fix eina_file_mk[ds]temp when a path is passed
+   * elua: Fix use of eina_file_mkstemp after previous patch
+   * Evas GL: Also fix surface cap cache
+   * edje/edje_edit: make posible to unset the program filter part and state
+   * ecore-drm: Cleanup ecore-drm shutdown routine
+   * ecore-evas-drm: Cleanup drm outputs during shutdown
+   * ecore-drm: Refactor logind code to use tty functions
+   * ecore-drm: Destroy any existing eeze watch when we free the device
+   * ecore-drm: Don't unset logind variable when disconnecting a device
+   * ecore-drm: Unify and cleanup tty code
+   * ector: fix potential crash if cairo is not found on the system. (T2938)
+   * Ethumb: make the emotion plugin correctly use the edje frame if requested.
+   * ecore_evas_extn: Add safety checks, fixing a crash in elm_test (T2835)
+   * edje: Fix potential NULL pointer dereference (CID1349866)
+   * efreet: reject invalid "" data for Efreet_Desktop->x hash (T3096)
+   * efreet: add locking for efreet_desktop_x_field_get()
+
 
 Changes since 1.15.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index dac30ce..852e989 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [17], [0], [release])
-AC_INIT([efl], [efl_version-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([efl], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to