release: 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)
legacy/elementary/NEWS
legacy/elementary/configure.ac

index 83ba9a3..aae09b3 100644 (file)
@@ -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 0b128e8..77d158a 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])