From: Dan F. <dfa...@us...> - 2009-01-22 07:38:25
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30749 Modified Files: NEWS ChangeLog Log Message: When the data type is not known in exif_tag_get_support_level_in_ifd check the support level for all data types and if it's all the same, return that. This means that fixing a new EXIF tag block will actually create some tags in it now. Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.50 retrieving revision 1.51 diff -u -p -d -r1.50 -r1.51 --- NEWS 13 Jan 2009 08:26:39 -0000 1.50 +++ NEWS 22 Jan 2009 07:38:17 -0000 1.51 @@ -14,6 +14,8 @@ libexif-0.6.x: * Fixed the interpretation of some tags as being optional in IFD 1 (to match the EXIF 2.2 spec) which stops them from being erroneously removed from a file + * Changed exif_tag_get_support_level_in_ifd() to return a value when possible + when the data type for the given tag is unknown libexif-0.6.17 (2008-11-06): * Updated translations: cs, de, pl, sk, vi Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.298 retrieving revision 1.299 diff -u -p -d -r1.298 -r1.299 --- ChangeLog 16 Jan 2009 07:07:21 -0000 1.298 +++ ChangeLog 22 Jan 2009 07:38:17 -0000 1.299 @@ -1,3 +1,13 @@ +2009-01-21 Dan Fandrich <da...@co...> + + * libexif/exif-entry.c: Initialize the default for EXIF_TAG_COLOR_SPACE + to "Uncalibrated" + * libexif/exif-data.c: Reduce the recursion limit + * When the data type is not known in exif_tag_get_support_level_in_ifd + check the support level for all data types and if it's all the same, + return that. This means that fixing a new EXIF tag block will + actually create some tags in it now. + 2009-01-15 Dan Fandrich <da...@co...> * Interpret more Sanyo MakerNote tags |