release: v1.10.0 beta1 v1.10.0-beta1
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 5 May 2014 14:25:04 +0000 (16:25 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 5 May 2014 14:25:04 +0000 (16:25 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 83ba9a30906f4fc90a5b52ee22c3d23306c75527..aae09b36fe47bec04f07a628a9391ce5849d0874 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,8 @@ Fixes:
    * toolbar: Fixed wrong edje api usage for elm objects.
    * genlist: Removed unnecessary item show call on multi select.
    * ctxpopup bg theme should block all mouse events, not just left button
+   * ctxpopup should not blindly show arrows when they are not wanted by the theme
+   * gengrid: frame variable should be used for position changes.
 
 
 Changes since Elementary 1.8.0:
index 0b128e8bf4d8b10928c85aa319ee2b8fd4bb9864..77d158ae97aa23c192555db015a4d86d76be178c 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [10], [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.60)
 AC_CONFIG_SRCDIR([configure.ac])