From 2d8bef3c2545cdb17132d43f1efae4e591c7ec14 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Tue, 4 Jun 2013 20:13:04 +0900 Subject: [PATCH] evas: let's welcome this nice set of bug fixes. --- AUTHORS | 1 + ChangeLog | 4 ++++ NEWS | 1 + 3 files changed, 6 insertions(+) diff --git a/AUTHORS b/AUTHORS index 4f67e9192c..96de1d1c6c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -124,6 +124,7 @@ Leandro Dorileo (dorileo) Patryk Kaczmarek Zbigniew Kosinski Paulo Cavalcanti +Jean-Philippe Andre Ecore diff --git a/ChangeLog b/ChangeLog index d960d20203..0921699143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-04 Jean-Philippe Andre + + * Evas: improve stability of Evas_Cserve2. + 2013-06-04 Cedric Bail * Evas: correctly detect if loader support asynchronous preloading. diff --git a/NEWS b/NEWS index a52a5c4839..d6af31d3f4 100644 --- a/NEWS +++ b/NEWS @@ -326,3 +326,4 @@ Fixes: * Fix native surface to be more anal about depth matching. * Fix eeze sensors to not segv on shutdown * Evas: correctly detect if a loader support asynchronous preloading. + * Evas: improve stability of Evas_Cserve2.