----------------------------------
* Exiv2 utility
- 0000468: [tools] Added -P option to control what information is displayed
in print mode, added -b and -u options to control output of large
values and unknown tags. (Better print control suggested by Udi Fuchs)
- Display filename in print mode if processing multiple images,
like grep does. (Roger Larsson)
* Exiv2 library
- 0000469: [miscellaneous] MemIo behaviour differs from FILE* and FileIo.
(Reported by Dimitri)
- 0000462: Support TIFF format, part 1: Read support for TIFF and TIFF-based
RAW formats, including NEF, CR2, PEF, SR2, DNG and MRW.
- 0000458: [build environment] Support pkg-config tool,
removed <prefix>/include/exiv2 path from exiv2-config output.
(Suggested by Udi Fuchs)
- 0000456: [miscellaneous] Check for 0 pointer before invoking std::string
constructor on C-string.
- Added Minolta makernote. (Gilles Caulier)
- Added support for Exif.Image.Orientation for Canon CRW images.
- Improved the print functions for Exif.Nikon[13].AFFocusPos.
(Roger Larsson)
- Updated some Canon labels and translations (Patrice Boissonneault)
- Changed some Nikon tag names. (Based on feedback from Udi Fuchs)
- Added EXIV2_CHECK_VERSION macro for applications to check at runtime
which version of Exiv2 is installed.
* MSVC related
Added COM project. (Patrice Boissonneault)