diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-03-14 19:45:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-03-14 19:45:28 (GMT) |
commit | 06218ef88983d15fb22812ff01253146e1e9081b (patch) | |
tree | 161d09f6524107a4b3a17b81572c9f1377b8cc8f | |
parent | 395da6090ffa53b971eba805c98abcc404957300 (diff) | |
download | hdf5-06218ef88983d15fb22812ff01253146e1e9081b.zip hdf5-06218ef88983d15fb22812ff01253146e1e9081b.tar.gz hdf5-06218ef88983d15fb22812ff01253146e1e9081b.tar.bz2 |
[svn-r2035] Started a session to record changes/bug fixes since v1.2 release.
-rw-r--r-- | RELEASE | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Changes since HDF5-1.2.0 +========================== +* h5dump correctly displays compound datatypes. +* Corrected an error in h5toh4 which did not convert the 32bits + int from HDF5 to HDF4 corectly for the T3E platform. +* Corrected a floating point number conversion error for the + Cray J90 platform. The error did not convert the value 0.0 + correctly. +* The multi and split file drivers did not work on big-endian + machines. Fixed. +* Added GLOBUS-GASS file driver, upgraded to Globus 1.1. +* Incorporated DPSS file driver contributed by the Cactus group. + DPSS is renamed to storage grid. + + Release information for hdf5-1.2.0beta ------------------------------------ |