]> Creatis software - gdcm.git/commitdiff
Update ChangeLog
authorjpr <jpr>
Thu, 27 Jan 2005 14:07:30 +0000 (14:07 +0000)
committerjpr <jpr>
Thu, 27 Jan 2005 14:07:30 +0000 (14:07 +0000)
ChangeLog

index d17d11c4c872b59929e2e626961881aff61bffee..3fa355a12f0cb56887d47557b304e261b5f1b75f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-01-27 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+   * 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 <Benoit.Regrain@creatis.insa-lyon.fr>
    * 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 <jpr@creatis.univ-lyon1.fr>
-   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 <jpr@creatis.univ-lyon1.fr>
    * methods ReplaceOrCreate renamed as Insert
      (nobody will be any longer confused by 'CreateOrReplace')
-         
+  
 2005-01-24 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * 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 <jpr@creatis.univ-lyon1.fr>
     - 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 <Benoit.Regrain@creatis.insa-lyon.fr>
    * src/gdcmDicomDirElement.h, gdcmDict.h : rename AddNewXxx methods to AddXxx.
 2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
    * 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 <Benoit.Regrain@creatis.insa-lyon.fr>
    * src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there