NEWS and ChangeLog for "Stop leaking evas objects in Lua."
authorDavid Walter Seikel <won_fang@yahoo.com.au>
Tue, 28 May 2013 23:31:22 +0000 (09:31 +1000)
committerDavid Walter Seikel <won_fang@yahoo.com.au>
Tue, 28 May 2013 23:39:22 +0000 (09:39 +1000)
We are doing latest on top now in ChangeLog?

ChangeLog
NEWS

index a0a261aedb5adbfcd4f79cd48fb21b58240c35c4..3d1bf4e60f229838fb5049fe930e609a7b9da074 100644 (file)
--- 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.
 2012-09-03  Igor Murzov
 
         * Add WebP image loader.
-
diff --git a/NEWS b/NEWS
index be606168f313ece31e5c3ed502185f7ef13ff661..dcf157a2bf44b5bd635ecb106d2b92d36accb548 100644 (file)
--- 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.