diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-04-07 19:41:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-04-07 19:41:25 (GMT) |
commit | 527982782315d5940a207ff9321a8a9d04c14a1a (patch) | |
tree | a69802d91a2f0ea89d18592f0d3626613a4580cb /release_docs | |
parent | 26b964c8fae1e67400bf3e6816ad441ca9b40ada (diff) | |
download | hdf5-527982782315d5940a207ff9321a8a9d04c14a1a.zip hdf5-527982782315d5940a207ff9321a8a9d04c14a1a.tar.gz hdf5-527982782315d5940a207ff9321a8a9d04c14a1a.tar.bz2 |
[svn-r10570] Purpose: Maintenance
Description: Removed support for SRB driver
Solution: Removed or modified appropriate files; ran reconfigure
to regenerate Makefile.in and configure files.
Platforms tested: heping and shanti
Misc. update: ran bin/chkmanifest on heping
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 3 | ||||
-rw-r--r-- | release_docs/INSTALL_VFL | 1 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 32ddabf..310d45a 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -131,8 +131,7 @@ 3.3. Certain Virtual File Layer(VFL) If users want to install with special Virtual File Layer(VFL), - please go to read INSTALL_VFL file. SRB and Globus-GASS have - been documented. + please go to read INSTALL_VFL file. 4. HDF5 dependencies diff --git a/release_docs/INSTALL_VFL b/release_docs/INSTALL_VFL index d0466a3..4385c26 100644 --- a/release_docs/INSTALL_VFL +++ b/release_docs/INSTALL_VFL @@ -1,6 +1,7 @@ Installation Instructions for HDF5 with Different Virtual File Layer +Support for SRB and GASS drivers was removed. See RELEASE.txt file * * * This file contains installation instructions for HDF5 with certain Virtual File diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5c9e73c..9f62602 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -81,6 +81,8 @@ New Features Library: -------- + - Retired SRB vfd (--with-srb). Functions H5Pset_fapl_srb and + H5Pget_fapl_srb were removed. EIP - 2005/04/07 - Retired GASS vfd (--with-gass). Functions H5Pset_fapl_gass and H5Pget_fapl_gass are removed too. AKC - 2005/3/3 - Pablo was removed from the source code EIP - 2005/01/21 |