stefan pushed a commit to branch efl-1.12. http://git.enlightenment.org/core/efl.git/commit/?id=5517066735284e5dd2e0e80d4f51fcab2701bf15
commit 5517066735284e5dd2e0e80d4f51fcab2701bf15 Author: Stefan Schmidt <[email protected]> Date: Thu Jan 22 14:10:37 2015 +0100 release: Update NEWS and bump version for 1.12.3 release --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fab85e4..cdbab10 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,18 @@ ========== -EFL 1.12.2 +EFL 1.12.3 ========== +Changes since 1.12.2: +--------------------- + +Fixes: + + * Edje_Edit: Add sound samples into generated code for the group. + * ecore_con: the timer callback is waiting for the Eo object not its private data. (T1962) + * evas textgrid - fix drawing of codepoints that are 0 + * eo: Fix bad addressing in _eo_classes array + * Eo tests: Fix bad free in eo_test_value + Changes since 1.12.1: --------------------- diff --git a/configure.ac b/configure.ac index 7d45b59..a2e6727 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [12], [2], [release]) +EFL_VERSION([1], [12], [3], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
