From 05aa740573632722b677ee1d9ee175bd3347d7f6 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 2 Sep 2011 09:02:17 +0000 Subject: [PATCH] Updated ChangeLog, added two MSVC 7.1 related changes which break binary compatibility with 0.21.1 --- doc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index a8d7a59f..fb55fa56 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -43,6 +43,10 @@ Changes from version 0.21.1 to 0.22 (Volker Grabsch) - Updated Nikon Lens lookup table to v4.3.423.01 of Robert Rottmerhusen's fmountlens list. + - Break-up ValueType constructor into two as a workaround for + a MSVC 7.1 bug. + - Simplified LogMsg to make it more portable and more efficient. + (The original version doesn't build with MSVC 7.1.) * MSVC related - Added build environment for MSVC 64 bit builds.