From: Lutz M. <lu...@us...> - 2004-09-07 06:34:02
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14941 Modified Files: ChangeLog Log Message: 2004-09-07 Lutz Mueller <lu...@us...> * libexif/olympus * libexif/pentax * libexif/canon: Correctly return names, titles and descriptions of tages. Pointed out by Angela Wrobel. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.136 retrieving revision 1.137 diff -u -d -r1.136 -r1.137 --- ChangeLog 7 Sep 2004 06:15:37 -0000 1.136 +++ ChangeLog 7 Sep 2004 06:33:53 -0000 1.137 @@ -1,5 +1,12 @@ 2004-09-07 Lutz Mueller <lu...@us...> + * libexif/olympus + * libexif/pentax + * libexif/canon: Correctly return names, titles and descriptions of + tages. Pointed out by Angela Wrobel. + +2004-09-07 Lutz Mueller <lu...@us...> + * libexif/exif-entry.c: More guards against malloc returning NULL. Problem spotted by Angela Wrobel. |