From dcb8bc3f1cd8969c3df88a2317689e5c2febb163 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 1 Jul 2004 17:19:40 -0500 Subject: [svn-r8784] Description: Added "API Changes" section for Release 1.6.3. Includes templates and an incomplete scattering of initial entries. Platforms tested: Mozilla --- doc/html/ADGuide/Changes.html | 157 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 155 insertions(+), 2 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index c270fdf..262ec0d 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -53,7 +53,160 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. -

Release 1.6.2 (current release) versus Release 1.6.1

+

Release 1.6.3 (current release) versus Release 1.6.2

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

New Functions and Tools

+
+
C functions: +
The following C functions are new for Release 1.6.3 and + are documented in the + HDF5 Reference Manual. + + + + + + +
H5Fget_name +     ssize_t H5Fget_name + (hid_t obj_id, + char *name), + size_t size
+ See entry.
+ +
  +
Fortran subroutines: +
The following Fortran90 subroutines are new for Release 1.6.3 + and are documented in the + HDF5 Reference Manual. + + + + + +
New Fortran90 subroutines corresponding + to the new C functions listed above:
+     new_fortran_function_here
+     last_new_fortran_here +
+     
+ + + + + + +
New Fortran90 subroutines corresponding + to C functions from prior releases:
+     new_fortran_function_here
+     last_new_fortran_here +
+     
+ + +
  +
Tools: +
The following tools are new for Release 1.6.3 and are + documented on the Tools page of the + HDF5 Reference Manual. +
h5new_tool is designed to do whatever this sentence says. +
  +
The following tool was in Release 1.6.2 but was not included in formal documentation. + A full description is now included on the + Tools page of the + HDF5 Reference Manual. +
h5repack is designed to copy an HDF5 file + to a new file with or without compression and/or chunking. +
+ + +

Deleted Functions

+ + None. + + + + +

Functions with Changed Syntax

+ + None. + + + + +

Constants with Changed Values

+ + None. + + +
+

  + + + + + + + + + + + +

Release 1.6.2 versus Release 1.6.1

@@ -1330,7 +1483,7 @@ V1.4.0 Describes HDF5 Release 1.6.2, February 2004 -Last modified: 3 March 2004 +Last modified: 1 July 2004 -- cgit v0.12