diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 19:29:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 19:29:55 (GMT) |
commit | acc4f2cec2cc011bbfff49341b4ae9a4ab85edce (patch) | |
tree | 42755e1fe633bb9d01be421dc7350afc6be300e4 /RELEASE | |
parent | 82f9e0338ad3ba2f0cb9116305b1304f4ba0f12c (diff) | |
download | hdf5-acc4f2cec2cc011bbfff49341b4ae9a4ab85edce.zip hdf5-acc4f2cec2cc011bbfff49341b4ae9a4ab85edce.tar.gz hdf5-acc4f2cec2cc011bbfff49341b4ae9a4ab85edce.tar.bz2 |
[svn-r2985] Purpose:
Documentation
Description:
Mentioned the addition of the array datatype for the next release.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -56,6 +56,8 @@ New features accessed in the file. Updated the VFL document also. * A new h4toh5 uitlity, to convert HDF4 files to analogous HDF5 files. + * Added a new array datatype to the datatypes which can be created. Removed + "array fields" from compound datatypes (use an array datatype instead). Release Notes for h4toh5 beta ============================= @@ -122,6 +124,7 @@ The h4toh5 utility requires HDF5.1.4. The beta h4toh5 utility has been tested on Solaris 2.6, Solaris 2.5, Irix 6.5, HPUX 11.0, DEC Unix, FreeBSD, and Windows 2000. Bug fixes since HDF5-1.2.0 + ========================== Library @@ -179,7 +182,7 @@ Configuration if the MPI library is in the system library. * Added support for pthread library and thread-safe option. * The libhdf5.settings file shows the correct machine byte-sex. - * Added option "--with-Stream-VFD" to configure w/o the Stream VFD. + * Added option "--enable-stream-vfd" to configure w/o the Stream VFD. For Solaris, added -lsocket to the LIBS list of libraries. Tools @@ -205,6 +208,7 @@ Tools of the dataset into ascii text file <filename>. * h5toh4 used to converts hdf5 strings type to hdf4 DFNT_INT8 type. Corrected to produce hdf4 DFNT_CHAR type instead. + * h5dump and h5ls displays array data correctly. Documentation ------------- |