From f3825f83d4f6eea2c3b85eff06fe760e4dbcd6eb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 19 Jan 2015 15:12:06 +0100 Subject: [PATCH] release: Update NEWS and bump version for 1.13.0-beta1 release --- legacy/elementary/NEWS | 4 ++++ legacy/elementary/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index fc53b6d551..70130ffa03 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/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/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 7408e648e7..277a583f68 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/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])