diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-02-24 17:20:02 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-02-24 17:20:02 +0100 |
commit | 3ac51e3fee29ccabd89f173bc5bb40192adbcdcd (patch) | |
tree | e4c61e44ccedef9613560a6a4bb45c343b5c6e43 | |
parent | b90ed5dfc15d748efef8c849dce8b308cac5adf6 (diff) |
Release version 1.9.0v1.9.0
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 3 deletions
@@ -170,6 +170,12 @@ Improvements: | |||
170 | * ecore_evas/wayland: Implement ecore_evas_withdrawn_set. | 170 | * ecore_evas/wayland: Implement ecore_evas_withdrawn_set. |
171 | * Update Korean translation for the efl1.8 release | 171 | * Update Korean translation for the efl1.8 release |
172 | * NEON vectorization: added use of COLSAME define in map routine | 172 | * NEON vectorization: added use of COLSAME define in map routine |
173 | * configure: add optional solution to alert | ||
174 | * ecore_evas_object_example: Added cursor unset example. | ||
175 | * Emotion generic: change the log domain name to be consistent with others domains. | ||
176 | * Emotion test: added --loop and --position args. | ||
177 | * Emotion generic: remove the player restart hack. | ||
178 | * eina: reduce log to warning when not found. | ||
173 | 179 | ||
174 | Fixes: | 180 | Fixes: |
175 | 181 | ||
@@ -419,7 +425,10 @@ Fixes: | |||
419 | * ecore_evas/wayland_egl: Unset the surface on window hide. | 425 | * ecore_evas/wayland_egl: Unset the surface on window hide. |
420 | * evas/wayland_shm: Don't use a global var to store the sent buffer. | 426 | * evas/wayland_shm: Don't use a global var to store the sent buffer. |
421 | * Revert "fix smart sma by allowing more recursion" | 427 | * Revert "fix smart sma by allowing more recursion" |
422 | ** fix unchecked return value of stat in ecore_file_mv (CID 1039697) | 428 | * fix unchecked return value of stat in ecore_file_mv (CID 1039697) |
429 | * textgrid - with new fallback fonts we cant depend on glyph extents anymore | ||
430 | * textgrid - out-of-bounds chars cause update artifacts - fix. | ||
431 | * Emotion test: fix calculation of the displayed time. | ||
423 | 432 | ||
424 | Removals: | 433 | Removals: |
425 | 434 | ||
diff --git a/configure.ac b/configure.ac index 6e12a46..8f4023e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [9], [0], [beta2]) | 1 | EFL_VERSION([1], [9], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |