diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-08-14 19:50:49 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-08-14 19:50:49 (GMT) |
commit | 08c1bf7b3bf119c91d532e4bc4640d73bf35626e (patch) | |
tree | 0461531a031b9a4ce5881174d507e819ea790ff7 /release_docs/RELEASE.txt | |
parent | 2a3442872a3978aad276458644e3cfa881afed19 (diff) | |
download | hdf5-08c1bf7b3bf119c91d532e4bc4640d73bf35626e.zip hdf5-08c1bf7b3bf119c91d532e4bc4640d73bf35626e.tar.gz hdf5-08c1bf7b3bf119c91d532e4bc4640d73bf35626e.tar.bz2 |
Add release notes for HDFFV-10469.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 68d5df0..566b494 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -180,6 +180,16 @@ Bug Fixes since HDF5-1.10.2 release Library ------- + - Test failure due to metadata size in test/vds.c + + The size of metadata from test_api_get_ex_dcpl() in test/vds.c is not as expected + because the latest format should be used when encoding the layout for VDS. + + Set the latest format in a temporary fapl and pass the setting to the routines that + encode the dataset selection for VDS. + + (VC - 2018/08/14 HDFFV-10469) + - Java HDF5LibraryException class The error minor and major values would be lost after the |