------ dicom4j 0.0.8 () ------
codes cleaning
------ dicom4j 0.0.7 (2009 January 21) ------
bug fixes
- DicomWriter.writeFileMetaInformation() doesn't write data if FMI doesn't contains data. Check the new DicomFile API to see the new behavior
- AssociationAcceptor.unBind release all associated thread
enhancements
- new ant Task: findbugs to create a report using findbugs
- new packages: org.dicom4j.toolkit (work in progress)
- new packages: org.dicom4j.plugin (work in progress)
- org.dicom4j.dicom.dictionary re-writed
new classes
- org.dicom4j.network.dimse.DimseStatus
- new test cases
changes
- org.dicom4j.network.query is now in the toolkit
- CEchoResponseHandler removed
- some deprecated classes removed
- apache's new lib version
------ dicom4j 0.0.6 (2008 december 15) ------
Bug fixes
- fCurrentID of DimseMessageFactory is now static to be sure that mutli factory instance can't provides the same message ID
- stream.skip now check the requested skip is the real skipped bytes
- AssociateRQACPDU.read() : now throw an execept if can read all bytes
Enhancements
- new ant Task: findbugs to create a report using findbugs
- new packages: org.dicom4j.toolkit (work in progress)
New classes
- org.dicom4j.network.dimse.DimseStatus
- new test cases
Changes
- org.dicom4j.network.query is now in the toolkit
- CEchoResponseHandler removed
- some deprecated classes removed
------ dicom4j 0.0.5 (2008 march 10) ------
Bug fixes
Enhancements
- all com.pixelmed classes removed
- new samples classes
- new tests cases
New classes
- AssociationAcceptorConfiguration and AssociationConnectorConfiguration
- packages org.dicom4j.data.elements.validators
- packages org.dicom4j.data.elements.support
Changes
- use of JDK 5.0 instead of JDK 1.4
- use of mina-core-1.0.5 instead of mina-core-1.0.5
- package org.dicom4j.network.association.transport is now in the Dolmen lib
- package org.dicom4j.dicom.directory renamed to org.dicom4j.io.directory
Back