Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25739
Modified Files:
ChangeLog NEWS
Log Message:
* Added support for a new macro NO_VERBOSE_TAG_DATA to allow
some size reduction but still retain the ability to properly
interpret each tag.
* Added an end-of-table marker in the Canon color_information
makernote table that could otherwise potentially cause a crash
on a bad image.
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif/NEWS,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -d -r1.31 -r1.32
--- NEWS 13 Nov 2007 02:31:22 -0000 1.31
+++ NEWS 14 Nov 2007 05:27:18 -0000 1.32
@@ -4,8 +4,8 @@ libexif-0.6.16.2:
* Bug fixes: #1773810, #1774626
* Enhanced support of Canon and Olympus makernotes
* Added support for Sanyo makernotes
- * Added support for the NO_VERBOSE_TAG_STRINGS macro for embedded
- applications
+ * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
+ macros to reduce size for embedded applications
libexif-0.6.16 (2007-06-12) since 0.6.1.15 (2007-05-23):
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -p -d -r1.253 -r1.254
--- ChangeLog 13 Nov 2007 02:31:22 -0000 1.253
+++ ChangeLog 14 Nov 2007 05:27:18 -0000 1.254
@@ -1,3 +1,11 @@
+2007-11-13 Dan Fandrich <da...@co...>
+ * Added support for a new macro NO_VERBOSE_TAG_DATA to allow
+ some size reduction but still retain the ability to properly
+ interpret each tag.
+ * Added an end-of-table marker in the Canon color_information
+ makernote table that could otherwise potentially cause a crash
+ on a bad image.
+
2007-11-12 Dan Fandrich <da...@co...>
* Added support for more Olympus makernotes, based on data on
Phil Harvey's ExifTool page at
|