From: malaterre Date: Tue, 16 Nov 2004 02:35:17 +0000 (+0000) Subject: update X-Git-Tag: Version1.0.bp~603 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=53136f1709fcb178a80ef947f5a3f04ceecd86f4;p=gdcm.git update --- diff --git a/ChangeLog b/ChangeLog index 00f994e4..39809c83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-15 Mathieu Malaterre + * Apply first patch toward better string comparison when dealing with broken + DICOM files. Essentially the string could be padded with a space instead + of a null character as defined by standard + 2004-11-15 Benoit Regrain * src/gdcmDocument.[cxx|h] : fix memory leaks. The return is suppressed because never used... and in the same time, that's remove some memory leaks