diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2021-10-01 19:28:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 19:28:50 (GMT) |
commit | 22cdccb799a3ea1f65fdf0c938e5a7c6ebf534f1 (patch) | |
tree | 60809223bd2a8e5d04c1b39c87cd005695bbe3d3 /release_docs | |
parent | 1f7ddf47f51b2c6c0321718f5844c6400151ad1e (diff) | |
download | hdf5-22cdccb799a3ea1f65fdf0c938e5a7c6ebf534f1.zip hdf5-22cdccb799a3ea1f65fdf0c938e5a7c6ebf534f1.tar.gz hdf5-22cdccb799a3ea1f65fdf0c938e5a7c6ebf534f1.tar.bz2 |
Fix bug with cross platform compatibility of references within vlens. (#1064)
No testing yet.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ec558c6..bf14fbc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1008,6 +1008,15 @@ Bug Fixes since HDF5-1.12.0 release =================================== Library ------- + - Fixed cross platform incompatibility of references within variable length + types + + Reference types within variable length types previously could not be + read on a platform with different endianness from where they were + written. Fixed so cross platform portability is restored. + + (NAF - 2021/09/30) + - Detection of simple data transform function "x" In the case of the simple data transform function "x" the (parallel) |