From: Jan P. <pa...@us...> - 2004-01-07 15:21:59
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv32444 Modified Files: ChangeLog Log Message: 2004-01-07 Jan Patera <pa...@us...> Thread-safety, elimination of static variables, fixes of memory corruption (writing beyond provided space), no more memory leaks in mnote, 2 new args of exif_entry_get_value, exif_entry_get_value_brief, exif_mnote_data_get_value. * libexif, libexif/canon, libexif/olympus, libexif/pentax Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- ChangeLog 9 Dec 2003 19:49:59 -0000 1.91 +++ ChangeLog 7 Jan 2004 15:21:49 -0000 1.92 @@ -1,3 +1,12 @@ +2004-01-07 Jan Patera <pa...@us...> + + Thread-safety, elimination of static variables, fixes of memory + corruption (writing beyond provided space), no more memory leaks + in mnote, 2 new args of exif_entry_get_value, + exif_entry_get_value_brief, exif_mnote_data_get_value. + + * libexif, libexif/canon, libexif/olympus, libexif/pentax + 2003-12-09 Lutz Mueller <lu...@us...> A couple of fixes by Jan Patera <pa...@pi...>: |