* eet/AUTHORS,
authorcedric <cedric>
Mon, 9 Mar 2009 17:56:42 +0000 (17:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Mar 2009 17:56:42 +0000 (17:56 +0000)
* eet/ChangeLog: Actually update ChangeLog and AUTHORS according to last work.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39425 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 394dcce..f4d10c4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,3 +2,7 @@ The Rasterman (Carsten Haitzler) <raster@rasterman.com>
 David Goodlad <dgoodlad@gmail.com>
 Cedric Bail <cedric.bail@free.fr>
 Arnaud de Turckheim <quarium@gmail.com>
+Luis Felipe Strano Moraes <luis.strano@gmail.com>
+Chidambar Zinnoury <illogict@online.fr>
+Vincent Torri <vtorri@univ-evry.fr>
+Gustavo Sverzut Barbieri <barbieri@gmail.com>
index 4d50d77..5200d83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        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.
+