From: Stefan Schmidt Date: Tue, 3 Feb 2015 09:22:43 +0000 (+0100) Subject: release: Update NEWS and bump version for 1.13.0-beta3 release X-Git-Tag: v1.13.0-beta3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17b6c30ed44ddaf2e7f178538ac418a3a93875d9;p=platform%2Fupstream%2Felementary.git release: Update NEWS and bump version for 1.13.0-beta3 release --- diff --git a/NEWS b/NEWS index f685e2a..1207d5e 100644 --- a/NEWS +++ b/NEWS @@ -56,8 +56,11 @@ Fixes: * image: Fix to have exact size using elm_image_fill_outside_set() * image: Fix image rotation in non-common cases * image: Fix orientation api - major bug in implementation + * image: fix elm_image_memfile_set API fail when elm_image widget is not visible. * label: Add "slide,end" signal emission * modules: Make sure we have all linker flags setup for our modules. (T1920) + * multibuttonentry: Delete duplicate running code. + * panes: Fix elm_panes_fixed_set. * popup: Fix misprint in popup style alias name * progressbar: Fix invalid access to freed units string * segment_control: Fix elm_object_item_text_set bug. diff --git a/configure.ac b/configure.ac index 50e14fa..8ef136c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [13], [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])