Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13362
Modified Files:
ChangeLog NEWS
Log Message:
* Support compiling away the detailed tag tables and log messages when
the NO_VERBOSE_TAG_STRINGS macro is defined to reduce the size of
the library for use in embedded applications where space is at
a premium
* Display the raw value of a tag when the tag is unknown
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif/NEWS,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -d -r1.27 -r1.28
--- NEWS 12 Sep 2007 06:03:31 -0000 1.27
+++ NEWS 30 Oct 2007 05:03:04 -0000 1.28
@@ -3,6 +3,8 @@ libexif-0.6.16.2:
* New translations: nl, se
* Bug fixes: #1773810, #1774626
* Enhanced support of Canon makernotes
+ * Added support for the NO_VERBOSE_TAG_STRINGS macro 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.249
retrieving revision 1.250
diff -u -p -d -r1.249 -r1.250
--- ChangeLog 12 Sep 2007 06:03:31 -0000 1.249
+++ ChangeLog 30 Oct 2007 05:03:04 -0000 1.250
@@ -1,3 +1,12 @@
+2007-10-29 Dan Fandrich <da...@co...>
+ * Fixed some typos in messages
+ * Made some structs const
+ * Support compiling away the detailed tag tables and log messages when
+ the NO_VERBOSE_TAG_STRINGS macro is defined to reduce the size of
+ the library for use in embedded applications where space is at
+ a premium
+ * Display the raw value of a tag when the tag is unknown
+
2007-09-12 Jan Patera <pa...@us...>
* Enhancements to Canon makernote parsers submitted by Thorsten Kukuk
|