From 82d51bffd73390c5ca0207cbcdb8f2cc3b1b0804 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 4 Feb 2010 09:11:09 +0000 Subject: [PATCH] changelog++ SVN revision: 45864 --- legacy/eet/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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. +