diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-26 13:42:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-26 13:42:05 (GMT) |
commit | e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e (patch) | |
tree | 6ef42e2d76b5ef887e29dbbd0e63363a936009e5 /release_docs | |
parent | bb1960af1c49d8447685d589b434b584e2b40bfc (diff) | |
download | hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.zip hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.gz hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.bz2 |
[svn-r26310] Merge of r26071 from features/autotools_rework
Removes the --with-default-vfd option from configure. This was basically
useless and only allowed selecting the stdio VFD. Since this is a demo
VFD and not really a production VFD, we decided to retire this option.
Fixes: HDFFV-9081
Tested on: jam (minor change)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 94110dc..a09d476 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -103,6 +103,17 @@ New Features (DER - 2015-02-26, HDFFV-9147) + - Removal of --with-default-vfd configure option + + In theory, this option was intended to allow setting a default + VFD that would be used by the library. In practice, the feature + only accepted the POSIX (SEC2) VFD (already the default) and + the stdio VFD (a demo VFD not intended for production use). The + inability to pass key VFD parameters at configure time limits the + full implementation of this feature, so it was retired. + + (DER - 2015-02-26, HDFFV-9081) + Library ------- - None |