Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)

* commit 'eb415973e81605e3c15bbb954d57dd5d42ad449c':
  Latest date first in RELEASE.txt
  Update RELEASE.txt with performance improvements
This commit is contained in:
Allen Byrne 2019-12-10 14:59:33 -06:00
commit f2ef40feb8

View File

@ -422,6 +422,12 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
- Improved peformance when creating a large number of small datasets by
retrieving default property values from the API context instead of doing
skip list searches.
(CJH - 2019/12/10, HDFFV-10658)
- Fixed user-created data access properties not existing in the property list
returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a
reproducer and a patch.