diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-11-14 21:37:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-11-23 13:04:14 (GMT) |
commit | 2b616c7c183592010bcfa151060f52f729d01867 (patch) | |
tree | e1af95e241da39dcc4e6e9bdf780404c27b44f90 /release_docs | |
parent | 67db60c2c293be2a949fadadbe5b8e5fd4fb658a (diff) | |
download | hdf5-2b616c7c183592010bcfa151060f52f729d01867.zip hdf5-2b616c7c183592010bcfa151060f52f729d01867.tar.gz hdf5-2b616c7c183592010bcfa151060f52f729d01867.tar.bz2 |
Renamed h5repart's -family_to_sec2 to -family_to_single.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b0ae212..dc0c2f3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -104,7 +104,17 @@ New Features Tools: ------ - - + - The h5repart -family-to-sec2 argument was changed to -family-to-single + + In order to better support other single-file VFDs which could work with + h5repart, the -family-to-sec2 argument was renamed to -family-to-single. + This is just a name change and the functionality of the argument has not + changed. + + The -family-to-sec2 argument has been kept for backwards-compatibility. + This argument should be considered deprecated. + + (DER - 2018/11/14, HDFFV-10633) High-Level APIs: --------------- |