From 2c4ba0749fec5b839cc4862c55268d068f99d661 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 21 Feb 2014 14:34:47 +0100 Subject: [PATCH] release: Bump version to 1.9.0-beta2 Second and most likely last beta release before the 1.9 final. Give it a good testing over the weekend. --- legacy/elementary/NEWS | 14 ++++++++++++++ legacy/elementary/configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index de82b00298..7229765d34 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -52,6 +52,10 @@ Additions: * Popup: Adding elm_popup_align_set and elm_popup_align_get api * fileselector: Add support to change the size of thumbnails in grid view. * tooltip: Adding elm_object_tooltip_orient_set API + * tooltip - renamed the new tooltip apis until 1.9 release. + elm_tooltip_move_freeze_push() + elm_tooltip_move_freeze_pop() + elm_tooltip_move_freeze_get() Improvements: @@ -168,6 +172,8 @@ Improvements: * autotools: improve build system to be able to correctly pick outside and inside tools. * libtool: work around lack of communication between mingw and libtool to generate .dll. * elm_prefs_cc: use the right macro to allow cross compilation nicely. + * Elm list, like genlist, should emit 1st/middle/last signals to its items. + * spinner: it has to be recalculated when its style is changed Fixes: @@ -271,9 +277,17 @@ Fixes: * elm_interface_scrollable.c: reset momentum_animator to null when return cancel from the animator. * theme - fix evrything theme elements for enlightenment (T596) * fix e border theme mouse events + * elementary_test glview: fixed segv on close + * naviframe: fix T1008 so promoting an overlap item would perform as documented + * transit - fix the double free obj_data case. + * Fix T966, sort order of child folders. + * calendar - fix unstable calc complaint (T951) + * Dnd: Fix double text insert issue in elm_entry, drop at disable, non-editable entry Removals: + * widget: remove OP_ID ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET + Changes since Elementary 1.7.0: ------------------------- diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index c2561877a1..8414ff4f76 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -1,5 +1,5 @@ -EFL_VERSION([1], [9], [0], [beta1]) -AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) +EFL_VERSION([1], [9], [0], [beta2]) +AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([configure.ac])