From 22560c63ea84af333d4ebb357e96761be0b9de10 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 5 Dec 2013 15:05:33 +0100 Subject: 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 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]) -- cgit v1.2.3