summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-03-24 12:02:36 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2014-03-24 12:02:36 +0100
commitc0a961610fe876952762327def6a7234e4c38dc5 (patch)
treef2f913c4400ce510d19e553aba713c7b66147d75
parent0645512feabd60d6e775f3b362775278aefbc460 (diff)
downloadefl-1.9.2.tar.gz
release: Update NEWS and bump version for 1.9.2 releasev1.9.2
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5fe460321c..32bf9e86d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
=========
-EFL 1.9.1
+EFL 1.9.2
=========
+Changes since 1.9.1:
+--------------------
+
+Fixes:
+
+ * Evas filters: Fix 1-D blurs on a single buffer
+ * Evas filters: Fix memory leak when destroying the object
+ * Ecore x: Add back the two symbols removed in 1.9.
+ * eet: fix tokenizer's escape logic.
+ * edje: check font change in edje text part cache infra.
+ * Evas cserve2: Fix client crashes when a file changed
+ * Evas gl: Fix clip in image_draw if it's not set
+ * edje_cc no longer fails on collections.group{}
+ * edje_cc now correctly handles lack of state int in STATE_SET action
+ * edje_cc also checks min args correctly for STATE_SET actions
+ * Evas filters: fix potential memory leak
+ * edje_cc uses macros for some of its handler setup
+ * evas/gl - fill up missed blend mode.
+
+
Changes since 1.9.0:
--------------------
diff --git a/configure.ac b/configure.ac
index e534af541f..744e1e6900 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [9], [1], [release])
+EFL_VERSION([1], [9], [2], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])