]> Creatis software - gdcm.git/blobdiff - ChangeLog
* src/gdcmUtil.cxx : compilation fix on Win32
[gdcm.git] / ChangeLog
index f596beef1ab184f98f9b5e6def60218de6977f9a..d4cd467cfd44d4690413c04094e3c98746a5339a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-28 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * src/gdcmUtil.cxx : compilation fix on Win32
+   * src/gdcmUtil.[h|cxx] : Set the default GDCM UID in a static constant
+     variable, to be easy found. Add methods to change the default UID.
+     Amelioration of the CreateUniqueUID to use the correct default UID.
+   * src/gdcmFile.cxx : correct use of the CreateUniqueUID method to create
+     a new file
+
 2005-01-28 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
    * Test/TestVR.cxx : fix memory leaks