X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3d2829cd09ce0756e4e0dd9b5fbe2a68dfed5e4c;hb=c34ecaa3bf4a10a611d4324686a8c25e93d805b8;hp=3b4b930add720daf8343d166752298725ab11d72;hpb=a291236421a150031dbadcb146776cb39b5f3d21;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 3b4b930a..3d2829cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +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 + * */Win32/*.dsp : JPR fix for windows compilation + 2003-07-02 Benoit Regrain * src/jpeg/libijg8/jconfig.* : JPR bug fix : now compile on both linux and WINDOWS !