From: malaterre Date: Fri, 7 Jan 2005 16:29:02 +0000 (+0000) Subject: ENH: update for the gdcmDebug changes X-Git-Tag: Version1.0.bp~440 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=311477bb2bdeb9691e9de244239f1cfe56e9e706;p=gdcm.git ENH: update for the gdcmDebug changes --- diff --git a/ChangeLog b/ChangeLog index adcf26a2..a9ec6eff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-07 Mathieu Malaterre + * Change the gdcmDebug approach. Remov the global static debug 'dbg'. + And now use a static function call instead, with a global variable. i + This is much closer to the VTK approach. Hopefully should be bulletproof + and easier to use...hopefully + 2005-01-06 Mathieu Malaterre * Adding GetMACAddres very alpha for now. This is tricky to be cross plateform.