From 7468a7827d6d41f4c3bff431a3727b44c7660077 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 3 Nov 2014 13:01:45 +0100 Subject: [PATCH] release: Update NEWS and bump version for 1.12.0-beta2 release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ae26f21..a9c858b 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,11 @@ Fixes: * bg: fix the _elm_bg_elm_layout_sizing_eval bug. * win: fix segfaults (wrong checking) * widget: fix seg fault when ts is NULL. + * fileselector: Do not call _populate directly in APIs (T1663) + * entry/test: make scrollable entries visible + * elm win - start wins in withdrawn state + * Elm_Panel: forbid changing of content of "elm.swallow.event" part + * elm_widget: fix segfaults for _elm_widget_item_style_set/get Changes since 1.10.0: --------------------- diff --git a/configure.ac b/configure.ac index 4952508..8db5950 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [12], [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]) -- 2.7.4