]> Creatis software - gdcm.git/blobdiff - ChangeLog
*** empty log message ***
[gdcm.git] / ChangeLog
index cb5d546f4e024814b192df44fb695197467d44df..b07483f953eb13a7b4bdc5a81f133533949a63bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2004-05-03 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+     * vtk/vtkGdcmReader.cxx : bug fix when loading a list of files using the
+       file pattern (SetFilePattern)
+
+2004-05-02  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+     * 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  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+     * Add an example subdir, with a real example on how to read + write a 
+       dicom image
+
 2004-04-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
      * 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 <Eric.Boix@creatis.insa-lyon.fr>
      * DEVELOPPER: added some helpfull comments for compile/test/install