stefan pushed a commit to branch origin/efl-1.8.

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

commit 22560c63ea84af333d4ebb357e96761be0b9de10
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Thu Dec 5 15:05:33 2013 +0100

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

diff --git a/NEWS b/NEWS
index ef37b0a..e7be9ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,25 @@
 =========
-EFL 1.8.1
+EFL 1.8.2
 =========
 
+Changes since 1.8.1:
+--------------------
+
+    * ecore_evas: Set engine aspect ratio function pointer
+    * evas - Clip mark performance improvement
+    * ecore_evas: Properly fix efl wayland elm window resize problem.
+    * evas - fix overdraw + too many rects problem found in some expedite tests
+    * efreet - fix recusrion checks need to pop as well as push.
+    * evil: use the right ifdef.
+    * efreet - protect efreetd from recursing too far to save overhead and mem
+    * ecore ecore_glib.c: fixed documentation about glib integration always 
configure option.
+    * eina: increase hash matching inside of Eina_Hash.
+    * evas: fix loader to properly define _XOPEN_SOURCE for Solaris.
+    * Revert "eina: check if the complete hash match before checking if the 
key match during
+      children walk."
+    * evas: bugfix in evas_render of not maintaining changed flags on object 
correctly (T539)
+    * Add: Implement withdrawn_set/unset on Wayland engines (T155)
+
 Changes since 1.8.0:
 --------------------
 
diff --git a/configure.ac b/configure.ac
index b6b499c..ef6c80d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [8], [1], [release])
+EFL_VERSION([1], [8], [2], [release])
 AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to