From 8f02187d7aad665af1df27b43cb4b8bb68e1124e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 11 Jan 2016 12:32:25 +0100 Subject: [PATCH] release: Update NEWS and bump version for 1.17.0-beta1 release --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0b27943365..dade1bae74 100644 --- a/NEWS +++ b/NEWS @@ -165,6 +165,16 @@ Fixes: * Edje_cc: support braces for description.proxy attribute. * edje: custom state - if RTL flag is not set, return original description * edje: Fix compiler warning about set but not used variables + * eina_js: Fix documentation generation (T3005) + * ecore-wl2: Fix support for nested compositors + * efreet: fix undeclared function + * ecore_con: fix compiling on OS X + * evas_gl_cocoa: update function parameters + * ecore_wayland: set touch_focus window when gets pointer_enter + * eina mp: only include malloc.h on linux + * js: fix binding after namespace change of connector + * Edje UI mirroring: Fix UI mirroring for GROUP parts. (T3021) + * Edje entry: Fix memory leak. Changes since 1.15.0: --------------------- diff --git a/configure.ac b/configure.ac index 5e4865ee4a..004032393f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [17], [0], [release]) -AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])