* eet/AUTHORS,

* eet/ChangeLog: Actually update ChangeLog and AUTHORS according to last work.


SVN revision: 39425
This commit is contained in:
Cedric BAIL 2009-03-09 17:56:42 +00:00
parent bd0d413ffe
commit 7a0edc53f6
2 changed files with 48 additions and 0 deletions

View File

@ -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>

View File

@ -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.