efl/ecore_evas_extn: add release notes about fixed memory bugs

SVN revision: 81314
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-18 22:16:10 +00:00
parent 6038eeaf47
commit 00357612f7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-18 Gustavo Sverzut Barbieri (k-s)
* Fixed many memory problems with ecore_evas_extn
2012-12-18 Leandro Pereira
* Add threaded renderer.

1
NEWS
View File

@ -83,3 +83,4 @@ Fixes:
* Fix potential segv in software engine native_set code.
* Fix uninitialized data in Evas OpenGL engine.
* Fix the line drawing clipping problem on arm gl driver.
* Fix many memory problems with ecore_evas_extn.