From 46ddc8af5b3d0361ce328644f7fd0da0e1a2b536 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 27 Jan 2005 14:07:30 +0000 Subject: [PATCH] Update ChangeLog --- ChangeLog | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d17d11c4..3fa355a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-01-27 Jean-Pierre Roux + * Add construct and destructor to class gdcm::Debug to close the debug file + automatically + * Don't let uset to open twice the same file + * gdcm has now an official UID prefix, + supplied by http://www.medicalconnections.co.uk + 1.2.826.0.1.3680043.2.1143 + (Thx to Mathieu for providing URL) + * Add a forty-entries private Dicom Dictionary (Philips MR Intera) + to be able to perform some more tests + * gdcm::ContentEntry : Contructors and Destructor are now protected, + in order to be sure no user will try to use them. + (at user level, only the children classes are meaningfull) + 2005-01-26 Benoit Regrain * move RLEInfo & JPEGInfo from Document to File @@ -9,7 +23,7 @@ * src/gdcmContentEntry.[h|cxx], gdcmValEntry.cxx : amelioration of code 2005-01-25 Jean-Pierre Roux - In ordrer to avoid missbehaviour : + In order to avoid missbehaviour : . gdcm::DocEntry is now specialized in - gdcm::SeqEntry (Dicom Sequence) as opposed to : - gdcm::ContentEntry (Dicom entry with a 'content') @@ -43,7 +57,7 @@ 2005-01-25 Jean-Pierre Roux * methods ReplaceOrCreate renamed as Insert (nobody will be any longer confused by 'CreateOrReplace') - + 2005-01-24 Mathieu Malaterre * Grealty simplify the JPEg decompression, no need to differenciate based on the JPEG possible type (with/without fragment, with/without multiple frame). @@ -62,7 +76,7 @@ 2005-01-24 Jean-Pierre Roux - Add empty nutshell for JPEG-LS (JPG-LS in NOT jpeg 'lossless') - Position correctly the entry points for JPEG2000 and JPEG-LS - (Now Fragments info is get from the file, even for JPEG2000 and JPEG-LS) + (Now Fragments info is get from the file, even for JPEG2000 and JPEG-LS) 2005-01-22 Benoit Regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename AddNewXxx methods to AddXxx. @@ -166,7 +180,7 @@ 2005-01-18 Jean-Pierre Roux * Taking into account of 'Transfer Syntax' value (for 'true' Dicom V3 files, the 'ACR-NEMA' heuristics sometimes gives - unaccurate result) + unaccurate result) 2005-01-17 Benoit Regrain * src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there -- 2.45.1