From ca142e17b3f99a73d5d021f38dcc157d703c8b49 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 3 Sep 2011 15:02:19 +0000 Subject: [PATCH] Added Exif.OlympusEq.LensModel to the Exiv2::lensName() easy-access function. (Niels Kristian Bech Jensen) --- doc/ChangeLog | 2 ++ src/easyaccess.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index fb55fa56..ff66e1d5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -39,6 +39,8 @@ Changes from version 0.21.1 to 0.22 (Milan Knizek) - Added Exif.Panasonic.LensType to the Exiv2::lensName() easy-access function. (Adrian Woodley) + - Added Exif.OlympusEq.LensModel to the Exiv2::lensName() + easy-access function. (Niels Kristian Bech Jensen) - Added new function Exiv2::versionNumberHexString(). (Volker Grabsch) - Updated Nikon Lens lookup table to v4.3.423.01 of diff --git a/src/easyaccess.cpp b/src/easyaccess.cpp index 09b5c8f7..7e34ce9c 100644 --- a/src/easyaccess.cpp +++ b/src/easyaccess.cpp @@ -263,6 +263,7 @@ namespace Exiv2 { "Exif.SonyMinolta.LensID", "Exif.Sony1.LensID", "Exif.Sony2.LensID", + "Exif.OlympusEq.LensModel", "Exif.Panasonic.LensType", "Exif.Samsung2.LensType" };