stefan pushed a commit to branch efl-1.14.

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

commit fb6e978dcc4594939d93ed67464e7cfbf08e4cc5
Author: Stefan Schmidt <ste...@datenfreihafen.org>
Date:   Wed Jun 24 15:03:13 2015 +0200

    release: Update NEWS and bump version for 1.14.2 release
---
 NEWS         | 15 ++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 571b6b3..731eb02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
 ==========
-EFL 1.14.1
+EFL 1.14.2
 ==========
 
+Changes since 1.14.1:
+---------------------
+
+Fixes:
+
+   * pkg-config: fix portability issue on Windows. (T2458)
+   * edje: set GROUP/SWALLOW/EXTERNAL pass events based on mouse events
+   * eina semaphore lock - don't wake up because of signals
+   * ecore: null cb function is unacceptable.
+   * Evas filters: Fix blend with color with rgba buffers
+   * Evas: Remove shader_3d .x generated file from BUILT_SOURCES
+   * eina/simple_xml_parser: don't parse the <, > in the attribute string.
+
 Changes since 1.14.0:
 ---------------------
 
diff --git a/configure.ac b/configure.ac
index c58a185..96afa3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [14], [1], [release])
+EFL_VERSION([1], [14], [2], [release])
 AC_INIT([efl], [efl_version], [enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to