From 6280b37279dc0ba3dacce96c8e482e8a0b97a086 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 25 Jan 2002 10:28:30 -0500 Subject: [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 --- doc/html/ADGuide/Changes.html | 79 +++++++++++++++++++++++++++++++++++++++++-- 1 file 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 @@ 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. -

Release 1.4 (current release)

+

Development Release 1.5
(current development toward Production Release 1.6)

+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.) + +

+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. + +

New Functions

+ The following functions are new for Release 1.5 and are included in the + HDF5 Reference Manual. + + +
+H5function with full syntax
+
+
+ +

Deleted Functions

+ The following functions have been removed from the HDF5 library + and from the HDF5 Reference Manual. + + + +
+
+H5function1
+H5function2
+
+
+        + +
+H5function3
+H5function4
+
+
+        + +
+H5function5
+H5function6
+
+
+
+ + +

Functions with Changed Syntax

+ The following functions have changed slightly. + +
+
H5function +
Description of change +
+
+ +

Constants with Changed Values

+ + +
+

  + +

Release 1.4

+ + + +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 -Last modified: 22 January 2001 +Last modified: 25 January 2002
-- cgit v0.12