summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-11 12:32:25 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-11 12:32:25 +0100
commit8f02187d7aad665af1df27b43cb4b8bb68e1124e (patch)
treeb1787b089dc35359f6c9afcd16f2b0f783678b35
parent1f7e8d4253cf5265cba5a8968fb43fa720dde934 (diff)
downloadefl-8f02187d7aad665af1df27b43cb4b8bb68e1124e.tar.gz
release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])