diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-06 20:20:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-06 20:20:40 (GMT) |
commit | e6c54c372fe43a7be09cfc8b72f2387f907b6b14 (patch) | |
tree | 1a2030959410f1d8b34014d4203e7ddab7a42d34 /release_docs/RELEASE.txt | |
parent | 0d74deba5d1d98cacf8b8aa90cc24c709de94daa (diff) | |
parent | fa31520e25ec27140f8d0dfec859aede163d2201 (diff) | |
download | hdf5-e6c54c372fe43a7be09cfc8b72f2387f907b6b14.zip hdf5-e6c54c372fe43a7be09cfc8b72f2387f907b6b14.tar.gz hdf5-e6c54c372fe43a7be09cfc8b72f2387f907b6b14.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'fa31520e25ec27140f8d0dfec859aede163d2201':
Add RELEASE.txt note for HVLget_file_type()
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 227438b..bc59a91 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -199,6 +199,15 @@ New Features Library: -------- + - Add new public function H5VLget_file_type. + + This function returns a datatype equivalent to the supplied datatype but + with the location set to be in the file. This datatype can then be used + with H5Tconvert to convert data between file and in-memory representation. + This funcition is intended for use only by VOL connector developers. + + (NAF - 2019/11/08, ID-127) + - Add S3 and HDFS VFDs to HDF5 maintenance Fix windows requirements and java tests. Windows requires CMake 3.13. |