release: Update NEWS and bump version for 1.17.0-beta1 release

This commit is contained in:
Stefan Schmidt 2016-01-11 12:32:25 +01:00
parent 1f7e8d4253
commit 8f02187d7a
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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:
---------------------

View File

@ -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])