X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3d2829cd09ce0756e4e0dd9b5fbe2a68dfed5e4c;hb=c34ecaa3bf4a10a611d4324686a8c25e93d805b8;hp=a806cbb1fbb4f3a54efdbbf721867b155b14b9e6;hpb=8e29016b1bb2c33803dfccffcbb9d0736c835f36;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index a806cbb1..3d2829cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ +2003-07-07 Benoit Regrain + * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file. + We were obtaining error message from vtk. Now, creation of file list + is made in an internal list to prevent this problem. + Bug fix when output is empty. + Bug fix in update of progress value. Previous commit for this was a bad + correction. + +2003-07-04 Benoit Regrain + * src/gdcmHeader.h : added method to get the file name + * vtk/vtkGdcmReader.[cxx|h] : bug fix concerning loading of bad dicom + files. Added method to remove all files on the input + Added FIXME comment concerning the bad parsing of header made by + ExecuteInformation method (in ExecuteData method) + 2003-07-03 Eric Boix * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed when using make instal. + * src/gdcmFile.cxx : bug fix under Window after JPR commit + RQ : the JPR doesn't appear in the ChangeLog... normal for him 2003-07-03 Benoit Regrain * setup.py : adding include dir of jpeg lib to compile all sources