checnglog/news my fix now its confirmed

SVN revision: 77150
This commit is contained in:
Carsten Haitzler 2012-09-27 11:06:41 +00:00
parent 8c1cae1318
commit 9a354e2cb8
2 changed files with 8 additions and 1 deletions

View File

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

View File

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