From ca9ee5f231929c88cc0515331fb42979da701350 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 17 Oct 2005 18:37:29 -0500 Subject: [svn-r11575] Purpose: Add "Changes" section for Release 1.6.5. Platforms tested: Firefox, Safari --- doc/html/ADGuide/Changes.html | 217 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 204 insertions(+), 13 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 7390d21..b359569 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -25,8 +25,7 @@ - -
+
@@ -606,7 +801,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.      @@ -2182,10 +2377,7 @@ V1.4.0 - - - -
+
@@ -54,7 +53,203 @@ This document is intended to assist application developers who must keep an application synchronized with the HDF5 library or related software. -

Release 1.6.4 (current release) versus Release 1.6.3

+

Release 1.6.5 (current release) versus Release 1.6.4

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

New Functions and Tools

+
+ +
C functions and +
Fortran subroutines: +
HDF5 Release 1.6.5 is primarily a "Bugfix Release"; + there are no public API changes in the HDF5 C library + or in the Fortran interfaces. + + +
  +
High Level C APIs: +
The High Level C APIs (HL), including the HDF5 Image, + HDF5 Table, and HDF5 Lite interfaces + (H5IM, H5TB, and H5LT, respectively), + have been distributed with the main HDF5 source code distribution + since Release 1.6.4. + A link to the HL documentation appears on the opening + page of the HDF5 document set or can be accessed directly at + + http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html + + +
  +
Tools: +
Any? + + +
+ + +

Deleted Functions

+ + The following functions have been removed in this release. + + + +
+
C functions: +
H5function_name? + + +

+

Fortran90 subroutines: +
h5subroutine_f? + + +

+

C++ wrappers: +
C++_wrapper_name + + +
+ + + + + + +

Functions with Changed Syntax

+ + The following functions have changed as noted. + In general, one or more parameters or the return value has + changed from a signed to an unsigned datatype. + Changed items are indicated in + red. +

+ +

+
C functions: +
H5function_name? +
Change... + + +

+

Fortran90 subroutines: +
h5subroutine_f? +
Change... + + +

+

C++ wrappers: +
C++_wrapper_name +
Change... + + +
+ + +

Deleted Constants

+ + The following constants have been removed from the HDF5 Library: +
    +
  • Any? +
      +
    • Specifics? +
    +
+ + +

Constants with Changed Values

+ + The following constants have been changed in this release: +
    +
  • Any? +
      +
    • Specifics? +
    +
+ + +

Changed Library Sturctures

+ + The following library structures have changed and are now + defined as follows: + +

+

+
C API: +
struct_name + +
    +
  • new definition
    +
+

+ + +

Changed Library Configuration

+
+
Anything? +
+ + +
+ + + +

Release 1.6.4 versus Release 1.6.3

@@ -596,8 +791,8 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.     
ssize_t H5Fget_name (hid_t obj_id, - char *name, - size_t size)
+ char *name, + size_t size)
See entry.
herr_t H5Fget_filesize (hid_t file_id, - hsize_t * size)
+ hsize_t * size)
See entry.
@@ -2203,15 +2395,14 @@ V1.4.0

- -
+
HDF Help Desk
Describes HDF5 Release 1.6.5, October 2005
-Last modified: 5 August 2005 +Last modified: 17 October 2005 -- cgit v0.12