[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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user