diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-01-25 15:28:30 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-01-25 15:28:30 (GMT) |
commit | 6280b37279dc0ba3dacce96c8e482e8a0b97a086 (patch) | |
tree | 728803e94a92d9c2db2d0a45cbef72c1219b9e6f /doc/html | |
parent | 618c63fda12a9548a60d1d808cba8068969265e8 (diff) | |
download | hdf5-6280b37279dc0ba3dacce96c8e482e8a0b97a086.zip hdf5-6280b37279dc0ba3dacce96c8e482e8a0b97a086.tar.gz hdf5-6280b37279dc0ba3dacce96c8e482e8a0b97a086.tar.bz2 |
[svn-r4860]
Purpose:
Add "Release 1.5" section.
Solution:
Added outline for Release 1.5 API changes.
And corrected a spelling error.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 79 |
1 files changed, 76 insertions, 3 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 8fd6f37..fc5a8c6 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -32,13 +32,86 @@ </center> This document is intended to assist application developers who must keep -an application synchroniaed with the HDF5 library or related software. +an application synchronized with the HDF5 library or related software. -<h2>Release 1.4 (current release)</h2> +<h2>Development Release 1.5 <br>(current development toward Production Release 1.6)</h2> <dir> +This section lists the API-level changes that have been made during the +Release 1.5 development phase. (The development release number, 1.5, +will be used to describe this version until this the current development +cycle is completed, at which point it will be promoted to a production +release. The first production release of this code will be as Release 1.6.) + +<p> +Note that changes at the subrelease level in the Release 1.4 production +branch, i.e., Releases 1.4.1, 1.4.2, ..., are summarized in the +Release 1.4.x versions of this document; they are not reported here. + + <h3>New Functions</h3> + The following functions are new for Release 1.5 and are included in the + <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>. + +<dir> +<pre> +H5function with full syntax +</pre> +</dir> + + <h3>Deleted Functions</h3> + The following functions have been removed from the HDF5 library + and from the <cite>HDF5 Reference Manual</cite>. + <dir> + <table> + <tr valign=top align=left><td> +<pre> +H5function1 +H5function2 +</pre> + </td><td> + + </td><td> +<pre> +H5function3 +H5function4 +</pre> + </td><td> + + </td><td> +<pre> +H5function5 +H5function6 +</pre> + </td></tr> + </table> + </dir> + + + <h3>Functions with Changed Syntax</h3> + The following functions have changed slightly. + <dir> + <dl> + <dt><code>H5function</code> + <dd>Description of change + </dl> + </dir> + + <h3>Constants with Changed Values</h3> + + +</dir> +<p> + +<h2>Release 1.4</h2> + +<dir> + +Note: Changes at the subrelease level, i.e., 1.4.1, 1.4.2, ..., are +summarized in the Release 1.4.x version of this document; they are not +reported here. + Several functions were added to or removed from the HDF5 library in the development of Release 1.4. A few functions have been modified in minor ways. @@ -301,7 +374,7 @@ H5Tinsert_array <!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 22 January 2001 +Last modified: 25 January 2002 <!-- hhmts end --> <br> |