stefan pushed a commit to annotated tag v1.11.0-alpha1.

http://git.enlightenment.org/core/elementary.git/commit/?id=e8b9082e090a07c61bb069b096025ecedfe5ef1a

commit e8b9082e090a07c61bb069b096025ecedfe5ef1a
Author: Stefan Schmidt <[email protected]>
Date:   Fri Aug 1 10:53:18 2014 +0200

    release: Update NEWS and bump version for 1.11.0-alpha1 release
---
 NEWS         | 41 ++++++++++++++++++++++++++++++++++++++++-
 configure.ac |  4 ++--
 2 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index b673c5f..327bc99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,46 @@
 =================
-Elementary 1.10.0
+Elementary 1.11.0
 =================
 
+Changes since 1.10.0:
+---------------------
+
+Features:
+
+   * elm_map: Add new elm_map_region_zoom_bring_in() API
+   * Gengrid: Added horizontal item loop feature.
+   * atspi: add AtspiText and AtspiEditableText interface support.
+   * fileselector: Adding search entry for realtime filename search
+   * panel: add scrollable feature
+   * panel: add scrollable feature
+   * gengrid: Added normal reorder type
+   * toolbar: added selected and unselected smartcallbacks to toolbar.
+   * elm win noblank property added - to disable screen blanking/saving
+
+Fixes:
+
+   * genlist: fixed wrong item focus set on item_focus_set API call.
+   * scroller - emits the missed signals
+   * elm win - if no ELM_DISPLAY is set, try more engines before giving up 
(T1294)
+   * Remove autogen.sh from the dist tarball.
+   * config: always create a themes directory for user.
+   * po: Set all initial values for Language and Language-Team
+   * win: fix borderless_set behavior
+   * dnd: rotate dragwin if main window is rotated when draging
+   * fix theme to not self-feed emit signals in a loop
+   * fix check colorclasses for disabled text
+   * elm object item: fix the comparison of eo class name in case of edje 
object.
+   * fileselector: Make selected_set actually select the file
+   * tooltip: corrected the typo in documentation of elm_object_tooltip_show
+   * elm theme - fix wayland borders to be sized and colored correctly
+   * transit - fix to adopt the tween_mode factor.
+   * elementary: Don't segfault if we are not using an X11-compatible engine
+   * list: call "selected" callback after set focus to the selected item
+   * gengrid: corrected the reorder start and end evas smart callback call.
+   * fix notification theme to not clip text
+   * map: Add missing legacy API into legacy header
+   * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override 
function in naviframe
+
 Changes since Elementary 1.9.0:
 -------------------------------
 
diff --git a/configure.ac b/configure.ac
index bd4bb25..c1971ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-EFL_VERSION([1], [10], [99], [dev])
-AC_INIT([elementary], [efl_version], 
[[email protected]])
+EFL_VERSION([1], [11], [0], [release])
+AC_INIT([elementary], [efl_version-alpha1], 
[[email protected]])
 
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to