diff options
author | Guillaume Friloux <sysegv@gmail.com> | 2013-01-31 14:13:18 +0000 |
---|---|---|
committer | Guillaume Friloux <sysegv@gmail.com> | 2013-01-31 14:13:18 +0000 |
commit | ea8924ae525d51e3307a816c1a62d981f6dd2fa9 (patch) | |
tree | c2935292a569ce5ec7cea82bb4439f929052bf22 | |
parent | a3f013ad2feca0b32535ac1f01b302693fd89b12 (diff) | |
download | efl-ea8924ae525d51e3307a816c1a62d981f6dd2fa9.tar.gz efl-ea8924ae525d51e3307a816c1a62d981f6dd2fa9.tar.xz efl-ea8924ae525d51e3307a816c1a62d981f6dd2fa9.zip |
Updated changelog and news files
SVN revision: 83518
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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. @@ -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 |