From: jpr Date: Fri, 19 Mar 2004 16:03:59 +0000 (+0000) Subject: update ChangeLog X-Git-Tag: Version0.5.bp~284 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d5024013138797f39be06f09fe0fe912337650f3;p=gdcm.git update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index ae8930f4..8b3c710f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,16 @@ * FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition of gdcmDicomDirImage::NewImage as empty function. + +2004-02-28 Jean-Pierre Roux + *ENH add gdcmDicomDir:NewPatient + add gdcmDicomDirPatient:NewStudy + add gdcmDicomDirStudy:NewSerie + add gdcmDicomDirSerie:NewImage + to allow making gdcDicomDir object. + *ADD PrintDicomDir executable that uses gdcmDicomDir tree-like structure + (as opposite to the gdcmHeader chained list) + 2004-02-11 Benoit Regrain * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir when using from python