X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=9b07f6a3145690706a070fb20514f548e932f4d7;hb=5e64f1feb4d82a4da9893dca043212ac90807fe4;hp=748425db8813780da3e402df31cecf63ac767f74;hpb=fd285cb4d58d253d739ac87e04dccec2a64f9bc0;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 748425db..9b07f6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-11-05 Mathieu Malaterre + * Improve string manipulation. I now inforce the notion of 'DicomString' + A DicomString can contain as many \0 as they want + and it is *always* of even length. + We only support odd length for very rare case. + And in the near future this should be removed. + +2004-11-03 Mathieu Malaterre + * /binary_write/ gdcm source. Now even on big endian we are writting + little endian. This should -heopfully- fix some tests + +2004-11-03 Mathieu Malaterre + * Now the dictionary is compiled into gdcm lib. This is a default + behavior, thus any dic file specified is picked before failback to + the one comiled into lib + 2004-10-27 Mathieu Malaterre * Change internals for gdcmDict. Don't use any 'new' any more. This should definitely solve any leak problem, and we should be