From ea8924ae525d51e3307a816c1a62d981f6dd2fa9 Mon Sep 17 00:00:00 2001 From: Guillaume Friloux Date: Thu, 31 Jan 2013 14:13:18 +0000 Subject: [PATCH] Updated changelog and news files SVN revision: 83518 --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4bd022cce1..4a081ea29f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-31 Guillaume Friloux + + * Fix a memory leak in ecore_con_dns + 2013-01-31 Jaehwan Kim * Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object. diff --git a/NEWS b/NEWS index eb1d23890f..67d116857b 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,7 @@ Improvements: * edje entry : Remove ecore_imf_context_cursor_position_set in functions related to selection. Fixes: + * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect * Fix PPC (big endian) image codec bug. * Fix return value of eina_mmap_safety_enabled_set() and future eina_mmap_safety_enabled_get() returns after success