Releases: ImagingDataCommons/libdicom
Releases · ImagingDataCommons/libdicom
v1.2.1
Changes since 1.2.0:
- add support for encapsulated pixel data reading [weanti]
- fix one-byte overread into struct padding [bgilbert]
- support single-frame DICOM images and allow BitsStored > 8 [tokyovigilante]
- fix error handling for string values over max length [arngaillard]
- add
-w(show warnings) to dcm-dump and dcm-getframe [jcupitt] - reduce seeks on file io [rvause]
v1.2.1-test1
Changes since 1.2.0
- add support for encapsulated pixel data reading [weanti]
- fix one-byte overread into struct padding [bgilbert]
- support single-frame DICOM images and allow BitsStored > 8 [tokyovigilante]
- fix error handling for string values over max length [arngaillard]
- add
-w(show warnings) to dcm-dump and dcm-getframe [jcupitt] - reduce seeks on file io [rvause]
This is a test release only.
v1.2.0
Changes since v1.1.0:
- fix build with uthash < 2.3.0 [bgilbert]
- explicitly fail if macOS universal build is attempted [bgilbert]
- better handling of implicit mode in dcm-dump [jcupitt]
- better handling of trailing spaces in string values [y-baba-isb]
- much faster read of files with an EOT but no FGS [pcram-techcyte]
- add
dcm_filehandle_get_frame_number()[jcupitt] - add DICOM catenation support [jcupitt]
- fix GCC compiler warning [bgilbert]
- fix /0 from crafted file [xz0x]
v1.2.0-rc1
First test release of 1.2.0
Changes since 1.1.0
- fix build with uthash < 2.3.0 [bgilbert]
- explicitly fail if macOS universal build is attempted [bgilbert]
- better handling of implicit mode in dcm-dump [jcupitt]
- better handling of trailing spaces in string values [y-baba-isb]
- much faster read of files with an EOT but no FGS [pcram-techcyte]
- add
dcm_filehandle_get_frame_number()[jcupitt] - add DICOM catenation support [jcupitt]
v1.1.0
Changes since 1.0.5:
- deprecate
dcm_init()[bgilbert] - improve memory usage [bgilbert]
- fix docs build with LLVM != 14 [bgilbert]
- improve thread safety docs [mollyclaretechcyte]
- fix a double free error and clarify docs on pointer ownership [dtatsis]
- fix a divide by zero error [voidz0r]
v1.1.0-rc1
Changes since 1.0.5:
- deprecate
dcm_init()[bgilbert] - improve memory usage [bgilbert]
- fix docs build with LLVM != 14 [bgilbert]
- improve thread safety docs [mollyclaretechcyte]
- fix a double free error and clarify docs on pointer ownership [dtatsis]
- fix a divide by zero error [voidz0r]
This is a test release, we expect 1.1.0 final by the end of March 2024.