From: jpr Date: Tue, 15 Jun 2004 08:40:42 +0000 (+0000) Subject: update ChangeLog X-Git-Tag: Version0.5.bp~138 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=90d8259b0839a3ea6a0052f20a583f168d8d2c12;hp=d569212ce5d0577c01b30796b288aafc2ae4fd9d;p=gdcm.git update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 4e508b88..064ec882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2004-06-14 Jean-Pierre Roux + * gdcmBinEntry.cxx + - adding a constructor taking a gdcmDocEntry as an input param + - ReplaceOrCreateByNumber now returns : + a gdcmBinEntry * if a Binary (void *) value is passed as a param + a gdcmValEntry * if a string value is passed as a param + * dcmDocument.cxx + - SetEntryByNumber now allows setting gdcmValEntry or gdcmBinEntry, + according to the param type (no longer sets a gdcmDocEntry) + - GetValEntryByNumber, GetBinEntryByNumber added + - NewValEntryByNumber and NewBinEntryByNumber added + * gdcmFile.cxx + - Pixel Data are now linked to the (7fe0,0010) elements, after reading + * gdcmSQItem.h + - GetSQItemNumber and SetSQItemNumber added, to provide + a (relative) Item identier inside a given Sequence + \warning : some pb remaining around this number + will be solved asap + - 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: valgrind --leak-check=yes --leak-resolution=high --num-callers=40