From 062e33a99fd1946b3bba721b90cc3a57d4bd45bf Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 28 Jul 2015 01:33:31 +0900 Subject: [PATCH] release: Update NEWS and bump version for 1.15.0-beta3 release --- legacy/elementary/NEWS | 8 ++++++++ legacy/elementary/configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 4fa78e78b2..c80060d73f 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/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: --------------------- diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 5e515228aa..b1df15b754 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -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])