From cc263aa34ccac3681f93c2fcba78108ba2d15c4f Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 31 Jan 2008 11:56:35 -0500 Subject: [svn-r14476] Description: Added 1.6.7 (since 1.6.6) section. The only interface changes was removal of stream I/O driver. Tested: Firefox --- doc/html/ADGuide/Changes.html | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index f138434..4fad5a1 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -58,10 +58,41 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. +

Release 1.6.7 (current release) versus Release 1.6.6

+ + +This section lists the API-level changes that have been made in the +transition from the HDF5 Release 1.6.6 to Release 1.6.7. +As this is primarily a bug-fix release, +the only interface changes are related to the removal of the +stream I/O driver, as outlined below. + +

Stream I/O Driver Removed

+ + The stream I/O driver, H5FD_STREAM, has been + removd from and is no longer distributed with the HDF5 Library. + The following APIs have therefore been removed from this release. +
+     H5Pset_fapl_stream +
+     H5Pget_fapl_stream +
+ The stream driver ENUM value H5FD_STREAM + has also been removed. + +

+ While the stream driver is no longer distributed by The HDF Group, + it will be made available as a source code distribution from + + http://hdf5-addons.origo.ethz.ch/. + An integration mechanism will be developed and + instructions for using the driver with HDF5 + will be posted on that site. +

-

Release 1.6.6 (current release) versus Release 1.6.5

+

Release 1.6.7 versus Release 1.6.5

@@ -2751,7 +2782,7 @@ Describes HDF5 Release 1.6.7, January 2008 -Last modified: 13 August 2007 +Last modified: 31 January 2008 -- cgit v0.12