diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 78ffd99a18..95f48c19ec 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -963,4 +963,10 @@ 2012-09-21 Christopher Michael - * Fix ecore_x_randr to properly return output modes from ecore_x_randr_output_modes_get + * Fix ecore_x_randr to properly return output modes from + ecore_x_randr_output_modes_get(). + +2012-09-27 Carsten Haitzler (The Rasterman) + + * Fix ecore_imf buf in the ibus module where it may segv + accessign a wrong context handle. diff --git a/legacy/ecore/NEWS b/legacy/ecore/NEWS index be05e3dda8..97bb9ff785 100644 --- a/legacy/ecore/NEWS +++ b/legacy/ecore/NEWS @@ -24,6 +24,7 @@ Fixes: * ecore_evas rotation handling on some driver implementations * ecore_file_escape_name() escape taba nd newline right. * ecore_x_image_is_argb32_get() returns correctly given endianness. + * ecore_imf ibus module potential segv fixed. Improvements: