X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=9f957e190033f9c747f234d8d2f74410cd0a4f7d;hb=541ed5b2824ff14630565a474b1406e58b677662;hp=66c844365a174d3b4b3d0b85868901a75d27b27c;hpb=4a0c2407ec81e041c2e43781acec4c78c83fc487;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 66c84436..9f957e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-15 Eric Boix with JPR + * Memory link hunt (by using valgrind --leak-check=yes PrintHeader). + - added src/gdcmVR.cxx gdcmVR.h that objectify the previous + gdcmHeader::_dicom_vr. + - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR(). + - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to + VRHT*. + - gdcmGlobal global object contained class added (see src/gdcmUtil.x) + 2003-04-9 Eric Boix with JPR * src/Makefile.am now exports all the necessary include files at make install stage.