diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-03 10:22:43 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-03 10:36:54 +0100 |
commit | 17b6c30ed44ddaf2e7f178538ac418a3a93875d9 (patch) | |
tree | 1b135a693e0979d4ed4d89dccd359c3bfe9aa825 | |
parent | 5a3bd37ebc3a8caa63efb3259fd695b9521d00a2 (diff) |
release: Update NEWS and bump version for 1.13.0-beta3 releasev1.13.0-beta3
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -56,8 +56,11 @@ Fixes: | |||
56 | * image: Fix to have exact size using elm_image_fill_outside_set() | 56 | * image: Fix to have exact size using elm_image_fill_outside_set() |
57 | * image: Fix image rotation in non-common cases | 57 | * image: Fix image rotation in non-common cases |
58 | * image: Fix orientation api - major bug in implementation | 58 | * image: Fix orientation api - major bug in implementation |
59 | * image: fix elm_image_memfile_set API fail when elm_image widget is not visible. | ||
59 | * label: Add "slide,end" signal emission | 60 | * label: Add "slide,end" signal emission |
60 | * modules: Make sure we have all linker flags setup for our modules. (T1920) | 61 | * modules: Make sure we have all linker flags setup for our modules. (T1920) |
62 | * multibuttonentry: Delete duplicate running code. | ||
63 | * panes: Fix elm_panes_fixed_set. | ||
61 | * popup: Fix misprint in popup style alias name | 64 | * popup: Fix misprint in popup style alias name |
62 | * progressbar: Fix invalid access to freed units string | 65 | * progressbar: Fix invalid access to freed units string |
63 | * segment_control: Fix elm_object_item_text_set bug. | 66 | * segment_control: Fix elm_object_item_text_set bug. |
diff --git a/configure.ac b/configure.ac index 50e14fa7b..8ef136ce8 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [13], [0], [release]) | 1 | EFL_VERSION([1], [13], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |