stefan pushed a commit to branch efl-1.9.

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

commit 753817b28346fb398d62e8b6ee19cfff2ce35aa7
Author: Stefan Schmidt <ste...@datenfreihafen.org>
Date:   Mon Apr 14 11:44:39 2014 +0200

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

diff --git a/NEWS b/NEWS
index 32bf9e8..c7616de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
 =========
-EFL 1.9.2
+EFL 1.9.3
 =========
 
+Changes since 1.9.2:
+--------------------
+
+Fixes:
+
+   * build: Disallow non-working sdl + opengl ES combination (T856)
+   * evas/proxy - redraw proxy source properly.
+   * edje_cc: Fix the crash when compiled wrong edc file containing empty part
+   * evas - fix incorrect object reset.
+   * ecore-evas - fix object cursor to not delete the same cursor when set
+   * Evas cserve2: Fix crash in elm_test GLView
+   * ecore-con - deal with internal buffer growing over 2g in size
+   * fix swap buffers with damage to not detect if ext str is not there
+
+
 Changes since 1.9.1:
 --------------------
 
diff --git a/configure.ac b/configure.ac
index 5f42a6a..eb16920 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [9], [2], [release])
+EFL_VERSION([1], [9], [3], [release])
 AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to