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

This commit is contained in:
Stefan Schmidt 2015-10-26 03:59:15 +01:00
parent 6cf4cbcf77
commit d01380a4bd
2 changed files with 6 additions and 1 deletions

View File

@ -119,6 +119,11 @@ Fixes:
* elementary: Fix genlist example to not free data until After it has been removed from the list (CID1327342)
* deskmirror: unset proxy.source_clip for urgency effects
* border: bring sparklebear theme up-to-date with current efl rendering
* elc_file_selector_button: free allocated path name
* elm_win: fix wrong comment.
* elm_cnp: DnD/X11: correct drag window position in rotation
* dayselector: fix warning related to argument type
* multibuttonentry: fix label packed many times in internal box.
Changes since 1.14.0:
---------------------

View File

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