From 7a0edc53f62df19d508ffdfd58346147d543926d Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 9 Mar 2009 17:56:42 +0000 Subject: [PATCH] * eet/AUTHORS, * eet/ChangeLog: Actually update ChangeLog and AUTHORS according to last work. SVN revision: 39425 --- legacy/eet/AUTHORS | 4 ++++ legacy/eet/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/legacy/eet/AUTHORS b/legacy/eet/AUTHORS index 394dccea56..f4d10c45c1 100644 --- a/legacy/eet/AUTHORS +++ b/legacy/eet/AUTHORS @@ -2,3 +2,7 @@ The Rasterman (Carsten Haitzler) David Goodlad Cedric Bail Arnaud de Turckheim +Luis Felipe Strano Moraes +Chidambar Zinnoury +Vincent Torri +Gustavo Sverzut Barbieri diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index 4d50d77094..5200d83ed4 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -109,3 +109,47 @@ 1.1.0 release +2008-10-20 Cedric BAIL + + * Make use of eina. + +2008-10-23 Cedric BAIL + + * Fix string in list and hash. + +2008-10-24 Cedric BAIL + + * Fix array in eet_data. + +2008-11-13 Cedric BAIL + + * Add crypto support to eet with OpenSSL. + +2008-11-13 Arnaud de Turckheim + + * Add GNUtls support to eet. + +2008-11-14 Cedric BAIL + + * Make password callback work with GNUtls. + +2008-11-26 Cedric BAIL + + * Add a function to retrieve raw signature. + +2009-01-30 Cedric BAIL + + * Fix a corrupted pointer use in eet_cipher.c + +2009-02-09 Chidambar Zinnoury + + * Add some missing __UNUSED__ flags. + +2009-02-26 Luis Felipe Strano Moraes + + * Fix problem reported by llvm + +2009-03-09 Cedric BAIL + + * Add sha1 retrieval for an Eet_File. +