diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-28 20:15:42 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-28 20:15:42 (GMT) |
commit | c7a759aef0baaf81c2c102256274d60d53023147 (patch) | |
tree | 1ffba42a37ca60e35842c74ea67969bc923e1974 /RELEASE.txt | |
parent | 73d4b7034ea4f4c6b655b0a7577a098c99a92000 (diff) | |
download | hdf5-c7a759aef0baaf81c2c102256274d60d53023147.zip hdf5-c7a759aef0baaf81c2c102256274d60d53023147.tar.gz hdf5-c7a759aef0baaf81c2c102256274d60d53023147.tar.bz2 |
[svn-r3729] Purpose:
Update
Description:
Updated compiler we tested for for the HPUX 11.00 platform and put in
"known bugs" that you can't compile on HPUX 11.00 with
--enable-static-exec.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 19bb64a..42ab10b 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -62,13 +62,13 @@ Bug Fixes since HDF5-1.4.0 Release Earlier releases of the h4toh5 utility produced images that did not correctly conform to the HDF5 Image and Palette Specification. - http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html + http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html Several required HDF5 attributes are omitted, and the dataspace is reversed (i.e., the ht. and width of the image dataset is incorrectly described.) For more information, please see: - http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.html + http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.html * Fixed bug with contiguous hyperslabs not being detected, causing slower I/O than necessary. @@ -84,7 +84,7 @@ Bug Fixes since HDF5-1.4.0 Release Documentation ============= - + Platforms Tested ================ @@ -99,7 +99,7 @@ Due to the nature of this release only C library and tools were tested. FreeBSD 4.2 gcc 2.95.2 g++ 2.95.2 HP-UX B.10.20 HP C HP92453-01 A.10.32.30 - HP-UX B.11.00 HP C HP92453-01 A.11.00.13 + HP-UX B.11.00 HP C HP92453-01 A.11.01.20 IRIX 6.5 MIPSpro cc 7.30 mpich-1.2.1 IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1m @@ -136,6 +136,8 @@ Supported Configuration Features Summary Known Problems ============== + * The --enable-static-exec configure flag fails to compile for HP-UX + 11.00 platforms. * See "Known problems" section for the HDF5 1.4.0 release in the HISTORY.txt file. - + |