Release version 1.9.0 v1.9.0
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 24 Feb 2014 16:15:09 +0000 (17:15 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 25 Feb 2014 08:43:26 +0000 (09:43 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 311bd51..2680f36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -149,6 +149,12 @@ Improvements:
    * 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
+   * theme - fine tune pkgkit icon to be a little lighter
+   * theme - xkb module - make lettering more readable over flag
+   * allow battery reading to be bigger by minor overlap with + sign
+   * remove pager16 base image; this is never visible
+   * add clip for gadcon popups
+   * desklock logo visibility gets a clipper and visibility toggling (T613)
 
 Fixes:
 
@@ -248,6 +254,12 @@ Fixes:
    * 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
+   * Elm_Entry: Fix bug: magnifier position is incorrect when mouse down on selection handler
+   * fix right side clipping of pager16 background (T771)
+   * fix deskmirror pixel borders (T1005)
+   * fix deskmirror client area sizing T991
+   * tooltip: Fixed wrong API names. elm_tooltip -> elm_object_tooltip.
+   * list: fixed list to emit elm,state,list,single signal when there is only one item.
 
 Removals:
 
index 8414ff4..d281deb 100644 (file)
@@ -1,5 +1,5 @@
-EFL_VERSION([1], [9], [0], [beta2])
-AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+EFL_VERSION([1], [9], [0], [release])
+AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([configure.ac])