X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=748425db8813780da3e402df31cecf63ac767f74;hb=f6204e4795251ff95c653e32e8cdca61d2c19880;hp=03a0380903485caa26964ec59ce22665646f46b9;hpb=2f27193f6cbd42d1143738e40563b4a4bd4a0c8a;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 03a03809..748425db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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 + as fast as before, as long as don't modify too much the dictionary. + 2004-10-25 Mathieu Malaterre * STYLE: ivars should start with a capital letter. * Accessors should be const to avoid people starting modifying stuff (since this is a ref).