From: Dan F. <dfa...@us...> - 2007-11-07 06:54:08
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6221 Modified Files: ChangeLog Log Message: Renamed EXIF_TAG_UNKNOWN_C4A5 to EXIF_TAG_PRINT_IMAGE_MATCHING The PIM entry seems to have a format consisting of an 8 byte magic number, 6 byte version number, 2 byte record count field, then a series of 6 byte records consisting of a 2 byte tag field and an 4 byte data field. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.250 retrieving revision 1.251 diff -u -p -d -r1.250 -r1.251 --- ChangeLog 30 Oct 2007 05:03:04 -0000 1.250 +++ ChangeLog 7 Nov 2007 06:53:14 -0000 1.251 @@ -1,3 +1,10 @@ +2007-11-06 Dan Fandrich <da...@co...> + * Renamed EXIF_TAG_UNKNOWN_C4A5 to EXIF_TAG_PRINT_IMAGE_MATCHING + The PIM entry seems to have a format consisting of an 8 byte + magic number, 6 byte version number, 2 byte record count field, + then a series of 6 byte records consisting of a 2 byte tag field + and an 4 byte data field. + 2007-10-29 Dan Fandrich <da...@co...> * Fixed some typos in messages * Made some structs const |