Update of /cvsroot/libexif/libexif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32445
Modified Files:
ChangeLog
Log Message:
Decode the value for EXIF_TAG_LIGHT_SOURCE and EXIF_TAG_SCENE_TYPE
Split out the generic ExifEntry formatting code into a new function
exif_entry_format_value()
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
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -p -d -r1.300 -r1.301
--- ChangeLog 23 Jan 2009 00:12:26 -0000 1.300
+++ ChangeLog 31 Jan 2009 23:32:39 -0000 1.301
@@ -1,3 +1,12 @@
+2009-01-28 Dan Fandrich <da...@co...>
+
+ * Decode the value for EXIF_TAG_LIGHT_SOURCE and EXIF_TAG_SCENE_TYPE
+ * Split out the generic ExifEntry formatting code into a new function
+ exif_entry_format_value()
+ * 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
+
2009-01-22 Dan Fandrich <da...@co...>
* Fix exif_tag_get_support_level_in_ifd() to handle the case where two
|