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

This commit is contained in:
Stefan Schmidt 2016-01-25 17:37:38 +01:00
parent 200f45c2b5
commit 90455285ad
2 changed files with 19 additions and 1 deletions

18
NEWS
View File

@ -184,6 +184,24 @@ Fixes:
* 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
* ecore-x: add safety checks for _ecore_x_disp in some functions
* Eina: Fix eina_file_mk[ds]temp when a path is passed
* elua: Fix use of eina_file_mkstemp after previous patch
* Evas GL: Also fix surface cap cache
* edje/edje_edit: make posible to unset the program filter part and state
* ecore-drm: Cleanup ecore-drm shutdown routine
* ecore-evas-drm: Cleanup drm outputs during shutdown
* ecore-drm: Refactor logind code to use tty functions
* ecore-drm: Destroy any existing eeze watch when we free the device
* ecore-drm: Don't unset logind variable when disconnecting a device
* ecore-drm: Unify and cleanup tty code
* ector: fix potential crash if cairo is not found on the system. (T2938)
* Ethumb: make the emotion plugin correctly use the edje frame if requested.
* ecore_evas_extn: Add safety checks, fixing a crash in elm_test (T2835)
* edje: Fix potential NULL pointer dereference (CID1349866)
* efreet: reject invalid "" data for Efreet_Desktop->x hash (T3096)
* efreet: add locking for efreet_desktop_x_field_get()
Changes since 1.15.0:
---------------------

View File

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