diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index 2f1d054529..9c09b10af6 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -296,6 +296,10 @@ * Don't mess up when memory realloc failed during data descriptor creation. +2010-01-04 Carsten Haitzler (The Rasterman) + + * Fix another thread deadlock in mutex handling even in a single-threaded app. + 2010-01-12 Cedric BAIL * Rewrite Eet_Data. Now you can do list/hash/array of strings and all @@ -325,3 +329,8 @@ 2010-01-27 Cedric BAIL * Improve security by zeroying cipher material as soon as possible. + +2010-01-27 Cedric BAIL + + * Improve security by zeroying cipher material as soon as possible. +