release: Update NEWS and bump version for 1.13.0-beta3 release v1.13.0-beta3
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 3 Feb 2015 09:22:43 +0000 (10:22 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 3 Feb 2015 09:36:54 +0000 (10:36 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f685e2a..1207d5e 100644 (file)
--- 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.
index 50e14fa..8ef136c 100644 (file)
@@ -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])