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

This commit is contained in:
Stefan Schmidt 2016-01-18 12:41:09 +01:00
parent 8b167c2361
commit 23cceeeaaa
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -175,6 +175,15 @@ Fixes:
* js: fix binding after namespace change of connector
* Edje UI mirroring: Fix UI mirroring for GROUP parts. (T3021)
* Edje entry: Fix memory leak.
* eina-cxx: Remove Eo classes defined manually (T2940)
* edje: unswallow objects from parent edje when swallowing into new edje
* ecore-drm: Call inputs shutdown before eina_shutdown
* ecore_wayland: send mouse_move when sets touch_focus window in cb_touch_down
* ecore_wayland: move check for pointer capability
* ecore_drm/ecore_wl2: logging: remove errant usage of %m
* win32: Fix compilation due to recent changes in Evil
* embryo: change the log catagory of printf in embryo
* ecore imf: fix imf module load hangs when not even configured
Changes since 1.15.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [17], [0], [release])
AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])