From: jpr Date: Wed, 12 Jan 2005 17:16:10 +0000 (+0000) Subject: Update Changelog X-Git-Tag: Version1.0.bp~368 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=40061423a61cd103fa885d9cf4a960bbdfe53d98;p=gdcm.git Update Changelog --- diff --git a/ChangeLog b/ChangeLog index 8f9d83ae..38606f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,18 @@ -2005-01-11 Benoit Regrain + +2005-01-12 Jean-Pierre Roux + * FIX : Old quick and dirty 'optimistic' heuristic to deal with + Big Endian Transfer Syntax supposed the group following 0002 + begins always by element 0000 (element 0000 is *optional*) + To avoid further troubles, let's be pessimistic, and use + Document::HandleOutOfGroup0002() method + * FIX : comparison between GDCM_NOTLOADED and Transfer Syntax + (related pb not yet solved) + +2005-01-12 Benoit Regrain * Bug fix for the python part use * Now, PrintHeader.py pass... but outside the ctest use. shit ! -2005-01-11 Benoit Regrain +2005-01-12 Benoit Regrain * gdcmPython/gdcm.i : bug fix when compiling with MSCV 2005-01-11 Mathieu Malaterre