From: jpr Date: Tue, 15 Jun 2004 10:08:39 +0000 (+0000) Subject: update ChangeLog X-Git-Tag: Version0.5.bp~135 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9a438c366f6d7f358d3e37685a73d43096018673;p=gdcm.git update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 064ec882..be7f13f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-14 Jean-Pierre Roux + * gdcmSeqEntry.cxx + - fix the display of Sequence Delimitor (SQDepthLevel pb) + - fix the display of SQItem ordinal number + - add the GetSQItemByOrdinalNumber method + - remove some useless never written private methods + 2004-06-14 Jean-Pierre Roux * gdcmBinEntry.cxx - adding a constructor taking a gdcmDocEntry as an input param @@ -19,7 +26,7 @@ - AddEntry now takes the Item Number as a param * gdcmValEntry.cxx - adding a constructor taking a gdcmDocEntry as an input param - + 2004-06-14 Eric Boix * Memory leak hunt with the following command: @@ -56,7 +63,7 @@ 2004-06-10 Eric Boix * src/gdcmHeader.[cxx|h]: - - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*) + - Predicates on the Transfer syntax (of the form Is[JPEG|RLE]*) and related, moved away to gdcmDocument. - Accessors (on the form [Get|Set]Entry*) set up to expose publicly the corresponding protected accessors of inherited class @@ -69,7 +76,7 @@ * src/gdcmDocument.h: - gdcmFile is now a friend class (in order to take into account the changes to gdcmHeader.h). - - Predicates on the Transfer syntax (of the form Is[JPEF|RLE]*) added + - Predicates on the Transfer syntax (of the form Is[JPEG|RLE]*) added (see changes to gdcmHeader.h). - Accessors (reading on the form GetEntry*) are now public. - Clean up of undefined or unused methods.