release: Update NEWS and bump version for 1.13.0-beta1 release

Desktop / Enlightenment / Elementary - Stefan Schmidt [samsung.com] - 19 January 2015 08:12 UTC



###

diff --git a/NEWS b/NEWS
index fc53b6d..70130ff 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,10 @@ Fixes:
* elm_widget: elm_object_disabled_set API fix
* elm - elm image orientation api fix - major bug in implementation
* DnD: fix callbacks deletion for inline windows.
+ * elementary: Fix dereference of null return value (CID1261370)
+ * 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.

Changes since 1.11.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 7408e64..277a583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [13], [0], [release])
-AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])

AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])

7b84300 release: Update NEWS and bump version for 1.13.0-beta1 release
NEWS | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

Upstream: git.enlightenment.org


  • Share