diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-11-06 19:19:16 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-11-06 19:19:16 (GMT) |
commit | acfbc8afd5490d2179546b4e8534dfa70ea834ba (patch) | |
tree | 44a17279c1bb284bd71c84e510738a61c3d92af5 | |
parent | d429feddcea0f0e13bfcc357a0632cedb0fa58ec (diff) | |
download | hdf5-acfbc8afd5490d2179546b4e8534dfa70ea834ba.zip hdf5-acfbc8afd5490d2179546b4e8534dfa70ea834ba.tar.gz hdf5-acfbc8afd5490d2179546b4e8534dfa70ea834ba.tar.bz2 |
Add description to RELEASE.txt for HDFFV-10323
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 05014b9..1d5456e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -196,6 +196,13 @@ Bug Fixes since HDF5-1.8.19 (ADB - 2017/10/10, HDFFV-10297, HDFFV-10319) + - Fix H5Sencode bug when num points selected is >2^32 + + Modified to fail if the 32 bit limit is exceeded when encoding either + offsets or counts in the selection. + + (HDFFV-10323, VC, 2017/09/07) + - Fix H5HL_offset_into() (1) Fix H5HL_offset_into() to return error when offset exceeds heap data |