X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=38606f913a719c0eb22428597ea773b20dbc759a;hb=bd217557a398371d5d0a27c5aa6e09e47eb65652;hp=dea2eff9a45f2af0727fc7a60826e3fd8e97b806;hpb=ed96b11a44a8e6ee7c3d091d069a04a683cdf2f6;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index dea2eff9..38606f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +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 - -2005-01-11 Benoit Regrain + * Now, PrintHeader.py pass... but outside the ctest use. shit ! + +2005-01-12 Benoit Regrain * gdcmPython/gdcm.i : bug fix when compiling with MSCV 2005-01-11 Mathieu Malaterre