summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-04-14 11:44:39 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2014-04-14 11:44:39 +0200
commit753817b28346fb398d62e8b6ee19cfff2ce35aa7 (patch)
tree63680c698af746375e74143daf8e89dcdf70c0f7
parent385176976ac85aaa55fa808e13eeb38dcad1b21f (diff)
downloadefl-1.9.3.tar.gz
release: Update NEWS and bump version for 1.9.3 releasev1.9.3
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 32bf9e86d7..c7616def4c 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 5f42a6a73d..eb16920e30 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])