summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-04-20 12:38:33 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2015-04-20 12:38:33 +0200
commit060613ac29696a9fd55b84815ed5abdc91c255b1 (patch)
treefd11f33b3711286e901c18cb56ab33edfeecead5
parent24323d649a946c11493dc9537317f780e4da0dfd (diff)
downloadelementary-060613ac29696a9fd55b84815ed5abdc91c255b1.tar.gz
release: Update NEWS and bump version for 1.14.0-beta2 releasev1.14.0-beta2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b81db9950..ab91a4444 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,12 @@ Fixes:
* [elm_panel] Fix mirroring issue.
* test_naviframe: Fix content image file names.
* elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_set
+ * spinner: fix entry style in non 'button_layout' mode
+ * elm_gengrid: mark cursor_engine_only in data and update state when realized
+ * atspi: add missing signals array sentiel.
+ * elementary: Fix elm_win_window_id_get for wayland
+ * elm_slider: fix theme apply
+ * elm_clock: fix theme apply
Changes since 1.12.0:
---------------------
diff --git a/configure.ac b/configure.ac
index c49246923..95737e82d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [14], [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])