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

This commit is contained in:
Stefan Schmidt 2017-02-13 14:56:06 +01:00
parent 0001240120
commit 7ce1a1467b
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -313,6 +313,9 @@ Fixes:
* ecore-wl2: Support sending focus for wl_shell
* elm config - handle setuid apps correctly and dont create junk dirs in .
* eina utils and vpath - use euid not uid if setuid for correct user
* elm_code: Fix syntax crash on trailing newline in multiline macro
* ecore-wl2: roundtrip during client disconnect
* evas: fix bugs in gif image loader
Changes since 1.17.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [19], [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])