summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2015-04-01 18:20:52 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2015-04-01 18:20:52 +0200
commit544a9ad55bde6900f97f4586505acded242b9d32 (patch)
tree08877a64cb1b107f1d29768382442cec4ee4c770
parent819146a9e36d164c9b6a839a7db4414f26114945 (diff)
downloadelementary-544a9ad55bde6900f97f4586505acded242b9d32.tar.gz
release: Update NEWS and bump version for 1.13.2 releasev1.13.2
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b0eee3a5f..90be5ecdc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,31 @@
=================
-Elementary 1.13.1
+Elementary 1.13.2
=================
+Changes since 1.13.1:
+---------------------
+
+Fixes:
+
+ * layout: here default content alias can be acceptable.
+ * popup: correct popup position.
+ * popup: passing right parameter to elm_layout_sizing_eval
+ * genlist: select the focused item on enter key input
+ * gengrid: select the focused item on enter key input
+ * popup: removed button style setting code in theme_apply
+ * layout: apply widget's states when elm_layout_file_set is called
+ * gengrid/genlist/list: focus first item if first_item_focus_on_first_focus_in is on whether focus highlight is enabled or not
+ * config: fix config name
+ * Genlist/Gengrid : Modified to handle the focus highlight on unrealized items
+ * genlist: Send param item type instead of eo item type.
+ * widget: fix the abi break.
+ * GLView: Return false if the surface could not be created
+ * conform: Use eo_isa() to check object types.
+ * elm_panel: Fix incorrect scroller content region calculation of panel.
+ * elm_win fullscreen setting on FAKE wins should just toggle the flag
+ * elm_widget: fix wrong parmeter.
+ * genlist: Fix elm_genlist_item_index_get.
+
Changes since 1.13.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 522973040..5a386295a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [13], [1], [release])
+EFL_VERSION([1], [13], [2], [release])
AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.63)