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

This commit is contained in:
Daniel Juyung Seo 2015-07-28 01:33:31 +09:00
parent b88b5deda4
commit 062e33a99f
2 changed files with 9 additions and 1 deletions

View File

@ -93,6 +93,14 @@ Fixes:
* Scroller: Improvement in _key_action_move() calculations.
* genlist : fix genlist dangling pointer crash in item select (T2553)
* elementary: Adjust shadow spacer on maximize (T2578)
* elementary: Fix T2573: Extra blank line in Genlist Dnd Test (T2573)
* Elm_Config: add getpwent support, fix compilation on Windows
* Elm_Config: fix compilation when getuid() or geteuid() are not available
* elementary: Fix compiler warning disgarding const qualifier
* elementary: Fix external variable declaration to match const char
* elm_gengrid: Fix condition error.
* Elm_Prefs: use Evil API
* elm_gengrid: fix missing variable initialization.
Changes since 1.13.0:
---------------------

View File

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