summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0e4a2fd..3a0e65d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -82,13 +82,11 @@ New Features
- New S3 and HDFS Virtual File Drivers (VFDs)
This release has two new VFDs. The S3 VFD allows accessing HDF5 files on
- AWS S3 buckets. HDFS VFD allows accessing HDF5 file stored on Apache HDFS.
- See https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_ROS3
- and https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_HDFS
- for how to use those APIs.
- See https://portal.hdfgroup.org/display/HDF5/Virtual+Object+Layer+and+Virtual+File+Drivers
- for more information about configuring and setting up either the S3 or HDFS vfd.
- Below are specific instructions how to enable S3 VFD on Windows:
+ AWS S3 buckets. HDFS VFD allows accessing HDF5 files stored on Apache HDFS.
+ See https://portal.hdfgroup.org/display/HDF5/Virtual+File+Drivers+-+S3+and+HDFS
+ for information on enabling those drivers and using those APIs.
+
+ Below are specific instructions for enabling S3 VFD on Windows:
Fix windows requirements and java tests. Windows requires CMake 3.13.
- Install openssl library (with dev files);