]> Creatis software - gdcm.git/blobdiff - ChangeLog
Modify the parsing process, not to use (now unexposed) intermal mechanisms
[gdcm.git] / ChangeLog
index 3eaa08544bb87b9335134342a34dfb1308aec97b..56181890d76bf7e431f1d24b37d51990e74340c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-01-15 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+   * Removed the Print/indent/default parameter mess. There is absolutely no
+        reason to have to methods, moreover with the second takeing the ostream as
+        *SECOND* parameter. This was clearly a bad hack to get things compile.
+
+2005-01-15 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+   * Complete rewrite of the GetMacAddress code. Now the code is *much*
+        smaller (no more MacOSX specific crap). A lot more POSIX oriented.
+        Unfortunately the main code does not work on SunOS, thus provide a specific
+        code for this platform only (and Win32 of course). Since this seems to be
+        working, change CreateUniqueUID to use GetMACAddress instead of the
+        problematic getIPAddress
+
 2005-01-14 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * Unfortunately to be able to test gdcmDirList I had to break the API
      a little. Now the class is not a std::list anymore but has a member