summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-11-20 10:19:16 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-20 10:22:00 +0100
commit58b578c9b07497496fedd51f3aa3bd434a0fa305 (patch)
tree00840be00995dfdd3b3595d32350ec5f1aae43c2 /ChangeLog
parent8a3e021298c8d7ebf8cb587554422aa6a93edcc9 (diff)
downloadefl-58b578c9b07497496fedd51f3aa3bd434a0fa305.tar.gz
eina: fix a possible race condition during eina_file_close.
replay 7e8fb93 without the breakage
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dc7c28258..6c3dea3a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-20 Cedric Bail
+
+ * Eina: Fix a possible race condition during eina_file_close.
+
2013-11-19 Tom Hacohen
* Evas textblock: Fixed order of tags inserted with markup_app/prepend.