From 6aae753b9035deb73a30e4e38af2bad9433eb62a Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 23 Jan 2004 15:15:05 -0500 Subject: [PATCH] [svn-r8103] Purpose: Added section for R 1.6.2. Removed 'current release' notation from R 1.6.1 section. Copy edits. Platforms tested: IE 5 --- doc/html/ADGuide/Changes.html | 152 +++++++++++++++++++++++++++++++++- 1 file changed, 150 insertions(+), 2 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 3ff01e9de6..1de7936841 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -53,7 +53,155 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. -

Release 1.6.1 (current release) versus Release 1.6.0

+

Release 1.6.2 (current release) versus Release 1.6.1

+ + + +This section lists the API-level changes that have been made in the +transition from the HDF5 Release 1.6.1 to Release 1.6.2. + + +

New Functions and Tools

+
+
C functions: +
The following C functions are new for Release 1.6.2 and + are documented in the + HDF5 Reference Manual. + + + + + + + + + + + + + + +
H5Iget_ref +     int H5Iget_ref + (hid_t obj_id)
+ See entry.
H5Iinc_ref +     int H5Iinc_ref + (hid_t obj_id)
+ See entry.
H5Idec_ref +     int H5Idec_ref + (hid_t obj_id)
+ See entry.
+ +
  +
Fortran subroutines: +
The following Fortran90 subroutines are new for Release 1.6.2 + and are documented in the + HDF5 Reference Manual. + + + + + +
Corresponding to the + new C functions listed above:
+     h5iget_ref_f
+     h5iinc_ref_f
+     h5idec_ref_f +
+     
+ +
  +
Tools: +
The following tools are new for Release 1.6.2 and are + documented on the Tools page of the + HDF5 Reference Manual. +
h5pcc is designed to aid in the compilation + of C applications that employ the HDF5 Library. +
h5pfc is designed to aid in the compilation + of Fortran90 applications that employ the HDF5 Library. +
+ + +

Deleted Functions

+ + None. + + + + +

Functions with Changed Syntax

+ + None. + + + + +

Constants with Changed Values

+ + None. + + +
+

  + + + + + + + + + + +

Release 1.6.1 versus Release 1.6.0

@@ -1180,7 +1328,7 @@ V1.4.0 Describes HDF5 Release 1.6.1, October 2003 -Last modified: 16 October 2003 +Last modified: 23 January 2004