From 52ad16014d00050719d24764c479843b852769ea Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 29 May 2013 09:31:22 +1000 Subject: [PATCH] NEWS and ChangeLog for "Stop leaking evas objects in Lua." We are doing latest on top now in ChangeLog? --- ChangeLog | 4 +++- NEWS | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0a261aedb..3d1bf4e60f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. - diff --git a/NEWS b/NEWS index be606168f3..dcf157a2bf 100644 --- a/NEWS +++ b/NEWS @@ -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.