Release version 1.9.0

This commit is contained in:
Stefan Schmidt 2014-02-24 17:20:02 +01:00
parent b90ed5dfc1
commit 3ac51e3fee
2 changed files with 12 additions and 3 deletions

11
NEWS
View File

@ -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:

View 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])