summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-06-04 20:13:04 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-06-04 20:21:17 +0900
commit2d8bef3c2545cdb17132d43f1efae4e591c7ec14 (patch)
tree103e78902a93fc178102c676bca33bd7145f9193
parent54e5d651e4624a9f86088de8be0291a2367abf67 (diff)
downloadefl-2d8bef3c2545cdb17132d43f1efae4e591c7ec14.tar.gz
evas: let's welcome this nice set of bug fixes.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
3 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4f67e9192c..96de1d1c6c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -124,6 +124,7 @@ Leandro Dorileo (dorileo) <dorileo@profusion.mobi>
Patryk Kaczmarek <patryk.k@samsung.com>
Zbigniew Kosinski <z.kosinski@samsung.com>
Paulo Cavalcanti <paulo.cavalcanti@linux.intel.com>
+Jean-Philippe Andre <jp.andre@samsung.com>
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.