4.9.2 - March 14, 2023
This is a maintenance release which adds support for HDF5 version 1.14.0, in addition to a handful of other changes and bug fixes.
- [Enhancement] Update H5FDhttp.[ch] to work with HDF5 version 1.14.0. See Github #2615.
- Update
nc-config
to remove inclusion from automatically-detectednf-config
andncxx-config
files, as the wrong files could be included in the output. This is in support of GitHub #2274. - Update H5FDhttp.[ch] to work with HDF5 version 1.13.2 and later. See Github #2635.
- [Bug Fix] Update DAP code to enable CURLOPT_ACCEPT_ENCODING by default. See Github #2630.
- [Bug Fix] Fix byterange failures for certain URLs. See Github #2649.
- [Bug Fix] Fix 'make distcheck' error in run_interop.sh. See Github #2631.
- [Enhancement] Update
nc-config
to remove inclusion from automatically-detectednf-config
andncxx-config
files, as the wrong files could be included in the output. This is in support of GitHub #2274.
Automatically Generated Changes
What's Changed
- Incorporate fix for errno check when fd < 0 by @WardF in #2610
- Modify H5FDhttp.c to work with HDF5 1.14.0 by @DennisHeimbigner in #2615
- Update nc-config by @WardF in #2619
- Unit Testing, Performance Testing infrastructure options. by @WardF in #2628
- Fix a distcheck failure with nczarr_test/run_interop.sh by @DennisHeimbigner in #2631
- A small, but meaningful start, to addressing undefined behavior by @WardF in #2633
- Avoid optionaly depends on zip for NCZarr by @mwestphal in #2592
- Fix dest for non-m4 path by @magnusuMET in #2623
- Cleaning up a few stray issues by @WardF in #2641
- Fix macro usage by @skosukhin in #2618
- Missing
goto fail
by @gsjaardema in #2607 - Fix byterange handling of some URLS by @DennisHeimbigner in #2649
- Enable ACCEPT_ENCODING on DAP requests by @DennisHeimbigner in #2630
- Extend the dispatch table for H5FD back to version 1.13.2 by @DennisHeimbigner in #2635
- Add hdf5 1.14.0 to GitHub CI. by @WardF in #2661
New Contributors
- @mwestphal made their first contribution in #2592
Full Changelog: v4.9.1...v4.9.2