summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2008-01-31 16:42:49 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2008-01-31 16:42:49 (GMT)
commit06ec4552285fddfd039ec8420c66a810b0357d84 (patch)
tree269aea2ea41d323415c373449c4332bcf2eaae9e
parentaa346723b0108cd64b5f9de20c685351e8f3be48 (diff)
downloadhdf5-06ec4552285fddfd039ec8420c66a810b0357d84.zip
hdf5-06ec4552285fddfd039ec8420c66a810b0357d84.tar.gz
hdf5-06ec4552285fddfd039ec8420c66a810b0357d84.tar.bz2
[svn-r14474] Description:
Added notes regarding removal of stream I/O driver. Edited "Known Problems" accordingly. Added pointer to release-to-release interface changes in Changes.html.
-rw-r--r--release_docs/RELEASE.txt41
1 files changed, 22 insertions, 19 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5895af5..2498fba 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,6 +1,5 @@
HDF5 version 1.6.7 currently under development
================================================================================
-January 30, 2008
INTRODUCTION
============
@@ -43,14 +42,18 @@ New Features
============
Configuration:
-------------------------
- None
-
+ '--enable-stream-vfd' and '--disable-stream-vfd' are no longer valid
+ configure options because the stream I/O driver has ben removed from
+ the distribution.
Source code distribution
========================
Library:
--------
- None
+ The stream I/O driver is not included with the HDF5 Library in this
+ release. The source code files hdf5/src/H5FDstream.c and
+ hdf5/src/H5FDstream.h and the driver ENUM value H5FD_STREAM have been
+ removed.
Parallel Library:
-----------------
@@ -128,7 +131,6 @@ Bug Fixes since HDF5-1.6.6 Release
Documentation
=============
-
HDF5 documentation can be found in the distributed release source
code in the subdirectory doc/html/ (start with index.html) or on the
THG (The HDF Group) FTP server:
@@ -140,6 +142,15 @@ Documentation
http://hdfgroup.org/HDF5/doc1.6/
+ A listing of interface changes from release to release can be found
+ in the document "HDF5 Software Changes from Release to Release":
+
+ http://hdfgroup.org/HDF5/doc1.6/ADGuide/Changes.html
+
+ Since the stream I/O driver is not included in this release, the
+ functions H5Pset_fapl_stream and H5Pget_fapl_stream and the stream
+ ENUM value H5FD_STREAM have been removed from the documentation.
+
Platforms Tested
================
@@ -402,24 +413,18 @@ Known Problems
and run the tests again.
The tests may also fail with messages like "The socket name is already
- in use". HDF5 does not use sockets (except for stream-VFD). This is
- due to problems of the poe command trying to set up the debug socket.
- Check whether there are many old /tmp/s.pedb.* files staying around. These
- are sockets used by the poe command and left behind due to failed commands.
- Ask your system administrator to clean them out. Lastly, request IBM
- to provide a means to run poe without the debug socket.
+ in use". HDF5 does not use sockets. This is due to problems of the
+ poe command trying to set up the debug socket. Check whether there are
+ many old /tmp/s.pedb.* files staying around. These are sockets used by
+ the poe command and left behind due to failed commands. Ask your system
+ administrator to clean them out. Lastly, request IBM to provide a means
+ to run poe without the debug socket.
* The h5dump tests may fail to match the expected output on some platforms
(e.g. parallel jobs, Windows) where the error messages directed to
"stderr" do not appear in the "right order" with output from stdout.
This is not an error.
-* The stream-vfd test uses ip port 10007 for testing. If another
- application is already using that port address, the test will hang
- indefinitely and has to be terminated by the kill command. To try the
- test again, change the port address in test/stream_test.c to one not
- being used in the host.
-
* The --enable-static-exec configure flag fails to compile for Solaris
platforms. This is due to the fact that not all of the system
libraries on Solaris are available in a static format.
@@ -434,8 +439,6 @@ Known Problems
It is suggested that you don't use this option on these platforms
during configuration.
-* The Stream VFD is not supported under Windows.
-
* Use the --disable-shared configure flag if building with an Absoft Fortran
compiler.