Release version 1.9.0 v1.9.0
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 24 Feb 2014 16:20:02 +0000 (17:20 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 24 Feb 2014 16:20:02 +0000 (17:20 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 47d466c..f495176 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -170,6 +170,12 @@ Improvements:
    * ecore_evas/wayland: Implement ecore_evas_withdrawn_set.
    * Update Korean translation for the efl1.8 release
    * NEON vectorization: added use of COLSAME define in map routine
+   * configure: add optional solution to alert
+   * ecore_evas_object_example: Added cursor unset example.
+   * Emotion generic: change the log domain name to be consistent with others domains.
+   * Emotion test: added --loop and --position args.
+   * Emotion generic: remove the player restart hack.
+   * eina: reduce log to warning when not found.
 
 Fixes:
 
@@ -419,7 +425,10 @@ Fixes:
    * ecore_evas/wayland_egl: Unset the surface on window hide.
    * evas/wayland_shm: Don't use a global var to store the sent buffer.
    * Revert "fix smart sma by allowing more recursion"
-   ** fix unchecked return value of stat in ecore_file_mv (CID 1039697)
+   * fix unchecked return value of stat in ecore_file_mv (CID 1039697)
+   * textgrid - with new fallback fonts we cant depend on glyph extents  anymore
+   * textgrid - out-of-bounds chars cause update artifacts - fix.
+   * Emotion test: fix calculation of the displayed time.
 
 Removals:
 
index 6e12a46..8f4023e 100644 (file)
@@ -1,5 +1,5 @@
-EFL_VERSION([1], [9], [0], [beta2])
-AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+EFL_VERSION([1], [9], [0], [release])
+AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])