From: Dan F. <dfa...@us...> - 2008-12-11 07:08:55
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1946 Modified Files: README NEWS Log Message: Improved documentation Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- README 18 Nov 2008 20:48:53 -0000 1.21 +++ README 11 Dec 2008 07:08:48 -0000 1.22 @@ -120,11 +120,13 @@ Besides the standard arguments, configur Certain specialized applications can reduce the size of the libexif binary by setting one or both of the following macros in the CPPFLAGS environment variable at configure time. Each one removes certain kinds of -text strings from the binary. Applications which need to access specific, -known EXIF tags and know in advance the meaning of their data have no need -of those strings and can save considerable space by eliminating them. +text strings and constants from the binary. Applications which need +to access specific, known EXIF tags and know in advance the meaning of +their data have no need of those strings and can save considerable space +by eliminating them. - -DNO_VERBOSE_TAG_STRINGS Names and descriptions of EXIF tags, & debug messages + -DNO_VERBOSE_TAG_STRINGS Names and descriptions of EXIF tags, debug messages, + mandatory EXIF fields (disabling auto-tag-fixup) -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -d -r1.44 -r1.45 --- NEWS 5 Dec 2008 20:52:52 -0000 1.44 +++ NEWS 11 Dec 2008 07:08:48 -0000 1.45 @@ -5,7 +5,9 @@ libexif-0.6.x: and when each object allocated by libexif isn't used by more than one thread simultaneously * Expanded the Doxygen API documentation - * Fixed an Olympus MakerNote interpretation + * Access to the raw EXIF data through the ExifEntry structure members is + now officially documented + * Fixed some Olympus/Sanyo MakerNote interpretations libexif-0.6.17 (2008-11-06): * Updated translations: cs, de, pl, sk, vi |