summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-08-09 20:49:52 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-08-09 20:50:54 +0900
commit7506faaca2f5f7500426d4edaf3aaaef0e0ed707 (patch)
tree775622e59b72f45436e991251f42a92dceae30ea /ChangeLog
parent861823848a853ae2646f45180f597775896e680e (diff)
downloadefl-7506faaca2f5f7500426d4edaf3aaaef0e0ed707.tar.gz
edje: add edje_file_mmap_set.
This reduce the number of system call to stat especially when using GROUP and reduce the risk of a race condition when using GROUP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d4b51852b..4be775c02a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-09 Cedric Bail
+
+ * Edje: add edje_object_mmap_set().
+
2013-08-08 Tom Hacohen
* Evas textblock: Make the ellipsis format the same as the surrounding.