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

This commit is contained in:
Stefan Schmidt 2015-04-27 14:49:00 +02:00
parent 900aebec53
commit 19a47f81cd
2 changed files with 9 additions and 1 deletions

View File

@ -78,6 +78,14 @@ Fixes:
* elementary: Fix elm_win_window_id_get for wayland
* elm_slider: fix theme apply
* elm_clock: fix theme apply
* elm: add safety check
* elm_segment_control: mark default return value in eolian API
* elm_photocam: Fixed T2337, zoom in/out rotated photocam image
* Genlist: Fix for memory leak
* elm_photocam: Limiting image reload in zoom in/out
* elm_multibuttonentry: change theme_set API to provide full widget theming
* elm_multibuttonentry: fix label position and size defects
* elm_toolbar: fix memory leaks
Changes since 1.12.0:
---------------------

View File

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