diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-04-03 12:09:20 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-04-03 12:09:20 (GMT) |
commit | d04e0d9481f4d2fefa6d5349e1718108077c9836 (patch) | |
tree | 529432519c92eeb86ecfd3fc970409eaa5c4ab5a /doc/html | |
parent | 9142e9d82dfd89b58c3f46823833d3842e7f8e3d (diff) | |
download | hdf5-d04e0d9481f4d2fefa6d5349e1718108077c9836.zip hdf5-d04e0d9481f4d2fefa6d5349e1718108077c9836.tar.gz hdf5-d04e0d9481f4d2fefa6d5349e1718108077c9836.tar.bz2 |
[svn-r3759]
Purpose:
Added section for Release 1.4.1.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 766698e..7bc4242 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -35,7 +35,30 @@ This document is intended to assist application developers who must keep an application synchroniaed with the HDF5 library or related software. -<h2>Release 1.4 (current release) Versus Release 1.2.2</h2> +<h2>Release 1.4.1 (current release) Versus Release 1.4</h2> +<dir> + Release 1.4.1 is a "Tools Release," so changes to the + underlying HDF5 library have included only bugfixes. + <p> + The <code>h5dump</code> utility has a new XML output option, + <code>--xml</code>. The XML output is suitable for use with other + tools, including the HDF5 Java Tools. + <p> + An image conversion bug in the <code>h4toh5</code> utility has been + fixed. Earlier releases of the utility produced images that did not + correctly conform to the + <a href="http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/ImageSpec.html"><cite>HDF5 Image and Palette Specification</cite></a>. + Several required HDF5 attributes were omitted, and the dataspace + were reversed (i.e., the height and width of the image dataset were + incorrectly described). For more information, please see + http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.html. + <p> + See <a href="RELEASE.txt" target="ExtWin">RELEASE.txt</a> for + a list of bugs fixed in the HDF5 library. +</dir> + + +<h2>Release 1.4 Versus Release 1.2.2</h2> <dir> @@ -350,7 +373,7 @@ V1.4.0 <!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 21 February 2001 +Last modified: 3 April 2001 <!-- hhmts end --> <br> |