diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -71,6 +71,8 @@ Fixes: | |||
71 | * elm image - fix image rotation in non-common cases | 71 | * elm image - fix image rotation in non-common cases |
72 | * elm_transit: Fix to support zoom rate zero. | 72 | * elm_transit: Fix to support zoom rate zero. |
73 | * elm_transit: Fix crash issue caused by multiple transit effects. | 73 | * elm_transit: Fix crash issue caused by multiple transit effects. |
74 | * Elm_Entry: set handler style according to current widget style | ||
75 | * Icon: use size_hint_min instead of image_size to know the wanted size | ||
74 | 76 | ||
75 | Changes since 1.11.0: | 77 | Changes since 1.11.0: |
76 | --------------------- | 78 | --------------------- |
diff --git a/configure.ac b/configure.ac index 277a583f6..50e14fa7b 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-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta2], [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]) |