release: Update NEWS and bump version for 1.15.0-beta3 release v1.15.0-beta3
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 27 Jul 2015 16:33:31 +0000 (01:33 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 27 Jul 2015 16:33:31 +0000 (01:33 +0900)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4fa78e7..c80060d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
 ---------------------
index 5e51522..b1df15b 100644 (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])