summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae26f2145..a9c858bbf 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,11 @@ Fixes:
* bg: fix the _elm_bg_elm_layout_sizing_eval bug.
* win: fix segfaults (wrong checking)
* widget: fix seg fault when ts is NULL.
+ * fileselector: Do not call _populate directly in APIs (T1663)
+ * entry/test: make scrollable entries visible
+ * elm win - start wins in withdrawn state
+ * Elm_Panel: forbid changing of content of "elm.swallow.event" part
+ * elm_widget: fix segfaults for _elm_widget_item_style_set/get
Changes since 1.10.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 49525083f..8db5950f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [12], [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])