X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b7a495e87bcec593684c5b7f19fc1e358f08ce6e;hb=bf254f32ff1391a5da3ccc13b0aaba4446ee60a6;hp=2ed79e6faaa5b2846395eb92f2ac5017175ae1e8;hpb=bc69950a406d06c50f0fb75a96572784965cb534;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 2ed79e6f..b7a495e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Mon Oct 24 13:34:45 EDT 2005 by malaterre + * Adding the OpenJPEG library. It contains a patch from Antonin compared to + the official release that allow us to work around the famous 16bits issues + in jasper + +Mon Oct 18 10:27:49 2005 by regrain + * Correctly use the VRKey for all vr variables... instead of TagName + or std::string + * Replace the definition of VRKey from std::string to a class + containing a char[2]. All methods are inline to have no speed low + * Create the GDCM_VRUNKNOWN = " " for the VR values + +Mon Oct 18 10:27:49 2005 by regrain + * Remove useless constructor of gdcm::Document + * Remove useless parameter in the constructor of gdcm::ElementSet + * Split gdcmCommon to separate the System specifications to the gdcm + specifications + Mon Oct 18 10:27:49 2005 by regrain * Minor coding-style clean up * Replace the ContentEntry and its derived classes (BinEntry and ValEntry)