diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-19 15:12:06 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-19 15:12:06 +0100 |
commit | 7b84300ce5642cba239b8e9ff359a0c6a6127209 (patch) | |
tree | 93a0f881fe1005612912393146c90e209f4c41ed | |
parent | cd1f68eb67b774965453abd1600383648a2a870a (diff) |
release: Update NEWS and bump version for 1.13.0-beta1 releasev1.13.0-beta1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -67,6 +67,10 @@ Fixes: | |||
67 | * elm_widget: elm_object_disabled_set API fix | 67 | * elm_widget: elm_object_disabled_set API fix |
68 | * elm - elm image orientation api fix - major bug in implementation | 68 | * elm - elm image orientation api fix - major bug in implementation |
69 | * DnD: fix callbacks deletion for inline windows. | 69 | * DnD: fix callbacks deletion for inline windows. |
70 | * elementary: Fix dereference of null return value (CID1261370) | ||
71 | * elm image - fix image rotation in non-common cases | ||
72 | * elm_transit: Fix to support zoom rate zero. | ||
73 | * elm_transit: Fix crash issue caused by multiple transit effects. | ||
70 | 74 | ||
71 | Changes since 1.11.0: | 75 | Changes since 1.11.0: |
72 | --------------------- | 76 | --------------------- |
diff --git a/configure.ac b/configure.ac index 7408e648e..277a583f6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [13], [0], [release]) | 1 | EFL_VERSION([1], [13], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |