diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-11-06 22:20:44 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-11-06 22:20:44 (GMT) |
commit | a1ceae04cfecba3e44ebb8e30fdbc4414d698097 (patch) | |
tree | 44a17279c1bb284bd71c84e510738a61c3d92af5 | |
parent | d429feddcea0f0e13bfcc357a0632cedb0fa58ec (diff) | |
parent | acfbc8afd5490d2179546b4e8534dfa70ea834ba (diff) | |
download | hdf5-a1ceae04cfecba3e44ebb8e30fdbc4414d698097.zip hdf5-a1ceae04cfecba3e44ebb8e30fdbc4414d698097.tar.gz hdf5-a1ceae04cfecba3e44ebb8e30fdbc4414d698097.tar.bz2 |
Merge pull request #759 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8_20 to hdf5_1_8_20
* commit 'acfbc8afd5490d2179546b4e8534dfa70ea834ba':
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 |