From fb5d27d4ae347af023fb3f56e6732d931f40be99 Mon Sep 17 00:00:00 2001 From: Guillaume Friloux Date: Fri, 8 Feb 2013 09:07:08 +0000 Subject: [PATCH] Update ChangeLog and NEWS SVN revision: 83773 --- ChangeLog | 3 +++ NEWS | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c84505a36..22d4f1c461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-02-08 Guillaume Friloux + * Fix usage of Ecore_Con_Server's internal buffer. + 2013-02-08 Carsten Haitzler (The Rasterman) * Fix ecore_x ecore_x_screen_is_composited/set() to work diff --git a/NEWS b/NEWS index dcceef2fce..9c8d939197 100644 --- a/NEWS +++ b/NEWS @@ -157,3 +157,4 @@ Fixes: * Fix return type of function ecore_wl_outputs_get(). * Fix memleak in Eina_File. * Fix ecore_x_screen_is_composited/set() to work on multihead. + * Fix memory usage of Ecore_Con_Server