diff options
-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]) |