NEWS and ChangeLog for "Stop leaking evas objects in Lua."

We are doing latest on top now in ChangeLog?
This commit is contained in:
David Walter Seikel 2013-05-29 09:31:22 +10:00
parent f17bf923d4
commit 52ad16014d
2 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,9 @@
* Fix cl->start_time (initialization missing). So now
ecore_con_client_uptime_get() is working.
2013-05-22 David Seikel (onefang)
* Edje Lua: Stop leaking evas objects in Lua.
2013-05-22 Daniel Juyung Seo (SeoZ)
* Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly.
@ -916,4 +919,3 @@
2012-09-03 Igor Murzov
* Add WebP image loader.

1
NEWS
View File

@ -276,6 +276,7 @@ Fixes:
* Edje textblock: Fixed issue with quoted formats.
* Edje textblock: Keep the text styles when new font by the text class is applied.
* Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly.
* Edje Lua: Stop leaking evas objects in Lua.
* Fix use of ecore_con_server_client_limit_set() (counter never decreased).
* Fix use of ecore_con_client_timeout_set() and ecore_con_server_timeout_set() that makes timeout on
connections even if you sent data.