diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-13 11:24:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-13 11:24:04 (GMT) |
commit | fbe2fc45893cb06f66dd93869a5a12ecf6d02f4d (patch) | |
tree | 779ff5345c20b0ca3bfb6ad21232156cbf613d0b /release_docs/RELEASE.txt | |
parent | f57011b7af0bb8f06bca8d10c43975b923f5f5c3 (diff) | |
download | hdf5-fbe2fc45893cb06f66dd93869a5a12ecf6d02f4d.zip hdf5-fbe2fc45893cb06f66dd93869a5a12ecf6d02f4d.tar.gz hdf5-fbe2fc45893cb06f66dd93869a5a12ecf6d02f4d.tar.bz2 |
spelling
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 037ce13..b6895db 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -136,7 +136,7 @@ Bug Fixes since HDF5-1.12.0 release ------- - Explicitly declared dlopen to use RTLD_LOCAL - dlopen documentation states that f neither RTLD_GLOBAL nor + dlopen documentation states that if neither RTLD_GLOBAL nor RTLD_LOCAL are specified, then the default behavior is unspecified. The default on linux is usually RTLD_LOCAL while macos will default to RTLD_GLOBAL. @@ -146,7 +146,7 @@ Bug Fixes since HDF5-1.12.0 release - Fixed the segmentation fault when reading attributes with multiple threads It was reported that the reading of attributes with variable length string - datatype will crash with segmentation fault particularly when the number of + datatype will crash with segmentation fault particularly when the number of threads is high (>16 threads). The problem was due to the file pointer that was set in the variable length string datatype for the attribute. That file pointer was already closed when the attribute was accessed. @@ -212,7 +212,7 @@ Bug Fixes since HDF5-1.12.0 release - Fixed configure issue when building HDF5 with NAG Fortran 7.0. - HDF5 now accounts for the addition of half-precision floating-point + HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16. (MSB - 2020/02/28, HDFFV-11033) |