* Eet: Update ChangeLog according to last modification.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Mar 2009 19:14:38 +0000 (19:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Mar 2009 19:14:38 +0000 (19:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@39592 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index 4d0844e..b0dc86f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2009-03-17  Gustavo Sverzut Barbieri
 
-       * force fsync() after data is written to file, solve ext4 issues.
+       * Force fsync() after data is written to file, solve ext4 issues.
+
+2009-03-18  Carsten Haitzler (The Rasterman)
+
+       * Disable fsync. Edit the code if you need it.
+
+2009-03-19  Cedric BAIL
+
+       * Make eet_data thread safe.