stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7b84300ce5642cba239b8e9ff359a0c6a6127209
commit 7b84300ce5642cba239b8e9ff359a0c6a6127209 Author: Stefan Schmidt <[email protected]> Date: Mon Jan 19 15:12:06 2015 +0100 release: Update NEWS and bump version for 1.13.0-beta1 release --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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], [[email protected]]) +AC_INIT([elementary], [efl_version-beta1], [[email protected]]) AC_PREREQ(2.63) AC_CONFIG_SRCDIR([configure.ac]) --
