From 0f2f8e07677fe800de96616b2f6062704d31d94b Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 10 Jan 2005 17:26:41 -0500 Subject: [svn-r9797] Purpose: Add new "Changes from 1.6.3 to 1.6.4" section. This new section contains no news, just the structure. Platforms tested: Firefox --- doc/html/ADGuide/Changes.html | 201 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 199 insertions(+), 2 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index fa23243..111f76e 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -54,7 +54,204 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. -

Release 1.6.3 (current release) versus Release 1.6.2

+

Release 1.6.4 (current release) versus Release 1.6.3

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

+Note to developers: This is primarily an outline of topics. +Where no formatting template appears, get it from the last prior release section +in which the topic appears. +If you need a section that does not appear, feel free to add it. +Last thing before the release, unused sections should be commented out. + + +

New Functions and Tools

+
+
C functions: +
The following C functions are new for Release 1.6.4 and + are documented in the + HDF5 Reference Manual. + + + + + + + +
function +     syntax
+ 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:
+
+     function
+     function +
+     function +
+ + + + + + +
New Fortran90 subroutines + corresponding to C functions from prior releases:
+     None
+ +
+     
+ +
  +
C++ wrappers: +
+ +
  +
Tools: +
+
+ + +

Deleted Functions

+ + + + + + + The following functions have been removed in this release. + +
+
  +
Category +
function_name +
+ + +

Functions with Changed Syntax

+ + The following functions have changed as noted. +

+

+
C functions: +
function +
The prototype for this function was changed from: +
    +
  • old sytax
    +
+ + to: + +
    +
  • new syntax
    +
+

+ + + + +

  +
C++ wrappers: +
C++_wrapper_name +
Change... + + +
  +
Fortran90 subroutines: +
h5subroutine_f? +
Change... + +
+ + +

Constants with Changed Values

+ + The following library structures have changed as noted. +

+

+
C API: +
struct_name +
This function pointer typedef's definition has been changed from: + +
    +
  • old definition
    +
+ + to: + +
    +
  • new definition
    +
+

+ + + +

+

  + + + +

Release 1.6.3 versus Release 1.6.2

@@ -1690,7 +1887,7 @@ Describes HDF5 Release 1.6.4, February 2005 -Last modified: 21 September 2004 +Last modified: 10 February 2005 -- cgit v0.12