stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=17b6c30ed44ddaf2e7f178538ac418a3a93875d9
commit 17b6c30ed44ddaf2e7f178538ac418a3a93875d9 Author: Stefan Schmidt <[email protected]> Date: Tue Feb 3 10:22:43 2015 +0100 release: Update NEWS and bump version for 1.13.0-beta3 release --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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], [[email protected]]) +AC_INIT([elementary], [efl_version-beta3], [[email protected]]) AC_PREREQ(2.63) AC_CONFIG_SRCDIR([configure.ac]) --
