diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/H5.intro.html | 6 | ||||
-rw-r--r-- | doc/html/index.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index 1b9806d..9d9afb1 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -230,6 +230,10 @@ in the source code installation. At a higher level, those changes include: <li>Over 30 new API functions </UL> +<P>The changes in bugfix releases, numbered Release 1.2.<i>x</i>, +will be listed in the <code>RELEASE</code>, <code>HISTORY</code>, and +<code>README</code> files distributed with the source code. + <P>The changes as HDF5 has evolved from the first Alpha release to the present are summarized in the file <CODE>hdf5/HISTORY</CODE> in the source code installation. @@ -465,7 +469,7 @@ We particularly encourage you to read <A HREF="Chunking.html"><I>Dataset Chunkin <P>At the lowest level, as information is actually written to the disk, an HDF5 file is made up of the following objects: <ul> - <li>A boot block + <li>A super block <li>B-tree nodes (containing either symbol nodes or raw data chunks) <li>Object headers diff --git a/doc/html/index.html b/doc/html/index.html index 1ed32ba..c0a0f86 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -38,7 +38,7 @@ <dt><A HREF="http://hdf.ncsa.uiuc.edu/newsletters.html">HDF Newsletters</A> <dd>News about HDF and HDF5 <p> - <dt><A HREF="ftp://hdf.ncsa.uiuc.edu/pub/dist/HDF5/">HDF5 FTP Archives</A> + <dt><A HREF="http://hdf.ncsa.uiuc.edu/register5.html">HDF5 FTP Archives</A> <dd>HDF5 source code archives <p> <dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5/HDF5_overview/index.html">HDF5 Overview</A> |