X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bd61591340ea1eb57b32a1222930f579047b90ad;hb=5919c78e996a255bea8a66da67165df8b753e582;hp=c8566bfa06ea5930e76a018939d0812d9a760a1e;hpb=a462ce9f1af0894cd930ab04f2e65cd80dfa7084;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index c8566bfa..bd615913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-01-08 Mathieu Malaterre + * Fix bug on MacOSX with static initialization in a multui threaded + environement. static const string in a header file used to be ill + initialized provoquing the freeze of any tests. patch should solve this + issue. + +2005-01-08 Jean-Pierre Roux + * According to Benoit's suggestion, and without any objection from anybody + - methods SetxxxByNumber and GetxxxByNumber renamed as Setxxx and Getxxx + - methods Dict::Print() and Dict::PrintByKey() merged into Dict::Print() + - method gdcmDicomDirObject::GetEntry() renamed as + gdcmDicomDirObject::GetEntryHT() to avoid confusion (and compile error) + 2005-01-07 Mathieu Malaterre * Now gdcm::Debug is clearly a copy/paste of VTK approach. You can manipulate you debug/warning message just as c++ streams which make them very convinient