diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-05 16:28:22 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-05 16:28:22 +0200 |
commit | 2022aa3065b92a7701a5647f2cfa74b5a5754d94 (patch) | |
tree | 7729ae9122afaf7557d1cccef08d1c136ac372b4 | |
parent | 435f9eaac36248ff917a89c9a82e4b8fef42e2d4 (diff) |
release: v1.10.0 beta1v1.10.0-beta1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -81,6 +81,7 @@ Features: | |||
81 | * eina_hash now has helper functions for managing lists inside hashes | 81 | * eina_hash now has helper functions for managing lists inside hashes |
82 | * edje_cc now supports part.description.link for single line state changes | 82 | * edje_cc now supports part.description.link for single line state changes |
83 | * edje now has the group.script_recursion flag for permitting unsafe embryo recursion (T905) | 83 | * edje now has the group.script_recursion flag for permitting unsafe embryo recursion (T905) |
84 | * eolian_cxx: initial version of the EFL C++ Bindings Generator. | ||
84 | 85 | ||
85 | Fixes: | 86 | Fixes: |
86 | 87 | ||
@@ -196,6 +197,9 @@ Fixes: | |||
196 | * edje now correctly forces ellipsis setting on text parts | 197 | * edje now correctly forces ellipsis setting on text parts |
197 | * emotion: play set before file open callback bug fix | 198 | * emotion: play set before file open callback bug fix |
198 | * emotion: use eina stringshare not strdup | 199 | * emotion: use eina stringshare not strdup |
200 | * configure: Only allow wayland + egl with opengl ES (T1202) | ||
201 | * eldbus-codegen no longer passes garbage values to error callbacks | ||
202 | |||
199 | 203 | ||
200 | Changes since 1.8.0: | 204 | Changes since 1.8.0: |
201 | -------------------- | 205 | -------------------- |
diff --git a/configure.ac b/configure.ac index e9b8280..ed1e97f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [10], [0], [release]) | 1 | EFL_VERSION([1], [10], [0], [release]) |
2 | AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |