From: Dan F. <dfa...@us...> - 2009-01-31 23:36:24
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv320 Modified Files: ChangeLog Log Message: Separated the MNOTE_SANYO_TAG_SELFTIMER 2 sec. case from the other On/Off cases Renamed MNOTE_NIKON_TAG_PREVIEWIMAGE_IFD_POINTERS to show that it's an IFD. The case of IFDs in MakerNotes needs to be handled better because right now, those MakerNote IFD tags are corrupted since the sub-IFDs aren't being read and written. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.301 retrieving revision 1.302 diff -u -p -d -r1.301 -r1.302 --- ChangeLog 31 Jan 2009 23:32:39 -0000 1.301 +++ ChangeLog 31 Jan 2009 23:36:17 -0000 1.302 @@ -6,6 +6,12 @@ * Fixed some signed vs unsigned formatting errors * Format the EXIF_TAG_GPS_TIME_STAMP & EXIF_TAG_GPS_ALTITUDE_REF tags * Improved the wrong data type fixup + * Separated the MNOTE_SANYO_TAG_SELFTIMER 2 sec. case from the other + On/Off cases + * Renamed MNOTE_NIKON_TAG_PREVIEWIMAGE_IFD_POINTERS to show that it's + an IFD. The case of IFDs in MakerNotes needs to be handled better + because right now, those MakerNote IFD tags are corrupted since + the sub-IFDs aren't being read and written. 2009-01-22 Dan Fandrich <da...@co...> |