From: malaterre Date: Fri, 19 Sep 2003 15:36:52 +0000 (+0000) Subject: * oops forgot to commit Changelog :) X-Git-Tag: Version0.3.1~163 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=06e5584ba82b9878b3e544a53c9575cf363fdb8c;p=gdcm.git * oops forgot to commit Changelog :) --- diff --git a/ChangeLog b/ChangeLog index 0a8408ea..395336ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 2003-09-19 Mathieu Malaterre + * This commit should fix the Debug building under VC++, the problem + was mainly a mixture of debug and release lib being loaded at startup. + * I also remove a depency to a specific C function: strdup. Because I had + to force the link to msvcrtd (whereas strdup is in libc). 2003-09-16 Benoit Regrain * "gdcm::Unfound" string changed to a constant variable (GDCM_UNFOUND) located in the gdcmCommon.h file. All use of reference of tha has been