summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2013-12-05 15:05:33 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2013-12-08 20:29:22 +0100
commit22560c63ea84af333d4ebb357e96761be0b9de10 (patch)
treeaf48ff80d5fef0d4e1c69d4a9a3e6240b8720577
parent80ff126242e4150a6753d37cf2b0cc14a2f383f2 (diff)
release: Update NEWS and bump version for efl 1.8.2 releasev1.8.2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef37b0aaf..e7be9acf9 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 b6b499cf4..ef6c80d5d 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])