release: Bump version to 1.9.0-beta2

Desktop / Enlightenment / Elementary - Stefan Schmidt [samsung.com] - 21 February 2014 07:56 UTC

Second and most likely last beta release before the 1.9 final. Give it a good testing over the weekend.

###

diff --git a/NEWS b/NEWS
index de82b00..7229765 100644
--- a/NEWS
+++ b/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/configure.ac b/configure.ac
index c256187..8414ff4 100644
--- a/configure.ac
+++ b/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])

9bfa62c release: Bump version to 1.9.0-beta2
NEWS | 14 ++++++++++++++
configure.ac | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)

Upstream: git.enlightenment.org


  • Share