summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70130ffa0..f740fde1b 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,8 @@ Fixes:
* elm image - fix image rotation in non-common cases
* elm_transit: Fix to support zoom rate zero.
* elm_transit: Fix crash issue caused by multiple transit effects.
+ * Elm_Entry: set handler style according to current widget style
+ * Icon: use size_hint_min instead of image_size to know the wanted size
Changes since 1.11.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 277a583f6..50e14fa7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [13], [0], [release])
-AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])