X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b07483f953eb13a7b4bdc5a81f133533949a63bf;hb=38f5e0377238c34cba4be48392ba73a79d1e556d;hp=cb5d546f4e024814b192df44fb695197467d44df;hpb=43e8c2b46ca1e1bf9c41839bb71c5116c8153ecc;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index cb5d546f..b07483f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ +2004-05-03 Benoit Regrain + * vtk/vtkGdcmReader.cxx : bug fix when loading a list of files using the + file pattern (SetFilePattern) + +2004-05-02 Mathieu Malaterre + * Add a new test: ShowDicom, for now this is just the c++ version of + checkRead.sh, later it will be able to compare the image read against a + baseline. + * Replace the DEBUG on the stack with a global entry in cmake interface: + GDCM_DEBUG, so you can turn verbosity ON/OFF for debug statement. + +2004-04-30 Mathieu Malaterre + * Add an example subdir, with a real example on how to read + write a + dicom image + 2004-04-30 Eric Boix * Doc/gdcmUML.xmi added raw UML class view (umbrello format) + * Doc/CMakeLists.txt: the main page is now properly differentiated + between the developper and user version. + * Doc/doxygen.config.in: dropped search related obsolete flags + * src/gdcmParser.h, gdcmHeader.h: doxygenation 2004-04-29 Eric Boix * DEVELOPPER: added some helpfull comments for compile/test/install