X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=488788b601ce9299433440e323a6613b7a2c36b0;hb=f4a2bc0de76ab784a57516c97e1ecd48a1040c1c;hp=6fcae973960d82166dd85e0cd037e4c03420fcaf;hpb=7c0064682f6082ac5e91abf1b4519d891aeb6095;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 6fcae973..488788b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,112 @@ +2003-07-08 Eric Boix + * tagged the current version as Version0_3 (i.e. version 0.3) + +2003-07-08 Benoit Regrain + * vtk/testvtkGdcmReader.cxx : remove a symbol that is unused + * src/jpeg/libijg8/jmorecfg.h : adding export symbol for windows + * *.dsp : modifications to use new libgdcmijpeg8 library + * setup.py : bug fix on VTKPATH variable + * PACKAGER : adding all concerning windows + +2003-07-07 Eric Boix + * src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of + garbage debug code. + * TODO, vtk/vtkGdcmReader.cxx: upcoming fixes comments. + * gdcmPython/testSuite.py: JPR bug fix, brutal erasement of + test suite reported error. + * PACKAGER file added (describes what a packager must do when + packaging a new release). + * MANIFEST.in, now declares jconfig.linux and jconfig.vc + * configure.in: upgraded version number to 0.3.0 + * fixing build of rpm (through rpm -ta): + - Doc/Makefile.am exports proper doxygen files + - src/jpeg/libijg8/Makefile.am exports the include files. + +2003-07-07 Benoit Regrain + * vtk/vtkGdcmReader.cxx : bug fix when loading only 1 file. + * src/gdcmHeader.h : formatting code + +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. + * vtk/vtkGdcmReader.h : adding comments for InternalFileNaleList variable + +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 ! + * src/gdcmJpeg.cxx : JPR bug fix : erroneous include + * src/win32/gdcmdll.dsp : JPR fix for windows compilation + +2003-07-02 Eric Boix + * setup.py is again effective on un*x (takes into account the + addon of the jpeg library) + * Doc/DoxyDevelInstal.txt added (developper's raw documentation) + * Doc/Doxy* updated (includes above enhancements) + * INSTALL now points to web documentation + +2003-07-01 Eric Boix + * src/gdcmHeader.h doesn't make unnecessary reference to + gdcmUtil.h anymore. + * gdcmPython/Makefile.am now avoids calling the wrappers for the + clean target. + * src/gdcm*.[cxx|h] : + - to allow compilation with gcc 3.x + -- clean up of STL usage (added explicit usage of std::) + -- small fixes on exceptions. + Note: linking not tested ! + - clean of doxygen comments to avoid warnings at documentation + building stage. + * vtk/vtkGdcmReader.cxx: g++ warning message clean up (platform + dependent convertion). + +2003-06-20 Eric Boix + * Clean up of previous JPR garbage commit (not even commented in the + Changelog): + - Test/Makefile.am removed the reference to unexisting testTS.cxx + - moved all jpeg related files from src to src/jpeg/libijg8, with + addition/modification of Makefile.am and configure.in. + - the testSuite is still brain damage (not guilty). + +2003-06-02 Benoit Regrain + * WrapVTK.py : modifications to get correctly vtk source files to + compile + * vtk/vtkGdcmReader.cxx : modification for an already existing name + (FileName -> Filename) + +2003-06-11 Eric Boix + * vtk/vtkGdcmReader.[cxx/h]: + - UpdateProgress method should now be effective + - removed the limitation on having only images loaded (as opposed + to volumes), + - when building a stack of images/volume, a lesser number of + gdcmHeader and gdcmFile instances should be used (hopefully + accelerating things). + - when building a stack of images/volumes, files which are not + loadable (wrong path-filename, wrong permissions on existing file, + or file not parsable by gdcm) are replaced with a black image + in the stack (for the caller to notice the problem). + 2003-06-03 Eric Boix * vtk/vtkGdcmReader.cxx: hopefully corrected Z extent.