stefan pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=ae554e3f3d7277bbb2592a70e97673651ab30a62
commit ae554e3f3d7277bbb2592a70e97673651ab30a62 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Mon Jan 27 12:28:43 2014 +0100 release: Update NEWS and bump version for 1.8.5 release --- NEWS | 19 ++++++++++++++----- configure.ac | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1cf575d..57f3ee9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ ========= -EFL 1.8.4 +EFL 1.8.5 ========= +Changes since 1.8.4: +-------------------- + + * embryo: force the insertion of a '/' in the path to be sure that file path + make sense. + * eet_data: guarantee double-word alignment for temporary stack buffer. + * eina/mp/one_big: fix alignment issues. + * configure: include required NEON build flags. + * eina-inlist - handle prepend/append relative if list is null (empty) + * eina: fix memory leak of inserting the wrong value in the hash. + * Evas/cserve2: Fix valgrind warning about uninitialized memory + * Evas cserve2: Fix crash in cserve2 when slaves die + Changes since 1.8.3: -------------------- @@ -56,10 +69,6 @@ Changes since 1.8.3: now. * ecore_con: fix crash on timeout when using dns.c resolver -========= -EFL 1.8.3 -========= - Changes since 1.8.2: -------------------- diff --git a/configure.ac b/configure.ac index 254650b..9ca8f42 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [8], [4], [release]) +EFL_VERSION([1], [8], [5], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --