eina: backport and ChangeLog for dead lock in Eina_File.

SVN revision: 69339
This commit is contained in:
Cedric BAIL 2012-03-14 15:53:14 +00:00
parent 4a5fab140b
commit dd3d01f643
2 changed files with 5 additions and 0 deletions

View File

@ -233,3 +233,7 @@
2012-03-07 Cedric Bail
* Fix leak of Eina_File.
2012-03-14 Cedric Bail
* Fix a dead lock in Eina_File.

View File

@ -21,6 +21,7 @@ Fixes:
* compilation errors in Eina_RWLock code when building code on Windows > XP
* stop leaking Eina_File.
* remove dead lock in Eina_File.
Improvements: