ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
16 stars 8 forks source link

Call uthash `HASH_VALUE()` instead of `HASH_FUNCTION()` #85

Closed bgilbert closed 6 months ago

bgilbert commented 6 months ago

HASH_FUNCTION() is an extension point, not part of the public API. Use HASH_VALUE() instead. The former happens to work with uthash ≥ 2.3.0, but not with older versions.

Fixes build with uthash-static from RHEL 8.

Also update changelog for 1.1.0 release.

jcupitt commented 6 months ago

Oh drat, I updated changelog in my fork of libdicom, not the main one. Sorry about that.