diff --git a/legacy/eina/ChangeLog b/legacy/eina/ChangeLog index ee0b0dd6f0..4c58513d5e 100644 --- a/legacy/eina/ChangeLog +++ b/legacy/eina/ChangeLog @@ -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. diff --git a/legacy/eina/NEWS b/legacy/eina/NEWS index 4f4c37fef0..b118535487 100644 --- a/legacy/eina/NEWS +++ b/legacy/eina/NEWS @@ -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: