stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=8e89840193b104d500d068f05f1f2d45fec6d191
commit 8e89840193b104d500d068f05f1f2d45fec6d191 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Mon Oct 17 11:44:26 2016 +0200 release: Update NEWS and bump version for 1.18.2 release --- NEWS | 17 ++++++++++++++++- configure.ac | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5323492..e6f8e3b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,22 @@ ========== -EFL 1.18.1 +EFL 1.18.2 ========== +Changes since 1.18.1: +--------------------- + +Fixes: + + * efreet - fix command generation by fixing string buffer expansion + * elm_toolbar: Show icons in icon only mode + * Evas_Common: Fix typo. + * Evas_Device: Use eo_del() in evas_device_del(). + * ecore_evas x - dont set withdrawn to fals on show but wait for wm state (T4699) + * ecore-evas - x fix intial iconified state so terminology -I works + * evas: Fix evas_object_smart_clipped_clipper_get + * epp: fix memory corruption when using #warning and #error + * fix edje_cc segv when compiling bling bling theme + Changes since 1.18.0: --------------------- diff --git a/configure.ac b/configure.ac index 84b6542..1443522 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [18], [1], [release]) +EFL_VERSION([1], [18], [2], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --