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

This commit is contained in:
Stefan Schmidt 2015-04-20 12:38:33 +02:00
parent 02c4d9e0ce
commit 5a69eeac4a
2 changed files with 7 additions and 1 deletions

View File

@ -72,6 +72,12 @@ Fixes:
* [elm_panel] Fix mirroring issue.
* test_naviframe: Fix content image file names.
* elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_set
* spinner: fix entry style in non 'button_layout' mode
* elm_gengrid: mark cursor_engine_only in data and update state when realized
* atspi: add missing signals array sentiel.
* elementary: Fix elm_win_window_id_get for wayland
* elm_slider: fix theme apply
* elm_clock: fix theme apply
Changes since 1.12.0:
---------------------

View File

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