diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-05 16:25:04 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-05 16:25:04 +0200 |
commit | f8919f2fc95a22fc6ef06d2715570e4fcb023c59 (patch) | |
tree | 2ff7e9a99b2f2b5bf5b807c7952c3d991460c5f5 | |
parent | 6bfe6020cc3a8f720cb326096649fbc74e7d5308 (diff) |
release: v1.10.0 beta1v1.10.0-beta1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -101,6 +101,8 @@ Fixes: | |||
101 | * toolbar: Fixed wrong edje api usage for elm objects. | 101 | * toolbar: Fixed wrong edje api usage for elm objects. |
102 | * genlist: Removed unnecessary item show call on multi select. | 102 | * genlist: Removed unnecessary item show call on multi select. |
103 | * ctxpopup bg theme should block all mouse events, not just left button | 103 | * ctxpopup bg theme should block all mouse events, not just left button |
104 | * ctxpopup should not blindly show arrows when they are not wanted by the theme | ||
105 | * gengrid: frame variable should be used for position changes. | ||
104 | 106 | ||
105 | 107 | ||
106 | Changes since Elementary 1.8.0: | 108 | Changes since Elementary 1.8.0: |
diff --git a/configure.ac b/configure.ac index 0b128e8bf..77d158ae9 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([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.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |