From: Lutz M. <lu...@us...> - 2004-09-08 20:55:45
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15481 Modified Files: ChangeLog Log Message: 2004-09-08 Lutz Mueller <lu...@us...> * libexif/exif-entry.c: Redirect error messages to the logging mechanism. * libexif/exif-log.h: EXIF_LOG_CODE_CORRUPT_DATA: New. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.140 retrieving revision 1.141 diff -u -d -r1.140 -r1.141 --- ChangeLog 8 Sep 2004 06:00:03 -0000 1.140 +++ ChangeLog 8 Sep 2004 20:55:28 -0000 1.141 @@ -1,5 +1,11 @@ 2004-09-08 Lutz Mueller <lu...@us...> + * libexif/exif-entry.c: Redirect error messages to the logging + mechanism. + * libexif/exif-log.h: EXIF_LOG_CODE_CORRUPT_DATA: New. + +2004-09-08 Lutz Mueller <lu...@us...> + * libexif/exif-loader.c * libexif/exif-data.c: Replace a couple of calls to malloc by calls to calloc. |