diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-08 16:42:43 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-08 16:42:43 (GMT) |
commit | 0c81f8682ce92f8c1f440af911de079348cd0832 (patch) | |
tree | 804e79d11b1d5975f112810ee6cb880545f5ff50 /release_docs/RELEASE.txt | |
parent | c155ffe2fca107039074e9416b2cdfdc983cde2f (diff) | |
download | hdf5-0c81f8682ce92f8c1f440af911de079348cd0832.zip hdf5-0c81f8682ce92f8c1f440af911de079348cd0832.tar.gz hdf5-0c81f8682ce92f8c1f440af911de079348cd0832.tar.bz2 |
[svn-r9958] Purpose: Bug fix
Description: For variable-length string, H5Tget_class returned H5T_STRING as
its class. But H5Tdetect_class and H5Tget_member_class considered it as
H5T_VLEN. This is fixed to let all these 3 functions treat it as H5T_STRING.
A few more test cases are also added to dtypes.c
Platforms tested: h5committest and fuss
Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b833a83..4d67be3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -70,6 +70,10 @@ Bug Fixes since HDF5-1.6.3 release Library ------- + - For variable-length string, H5Tget_class returned H5T_STRING as its + class. But H5Tdetect_class and H5Tget_member_class considered it + as H5T_VLEN. This is fixed to let all these 3 functions treat it + as H5T_STRING. SLU - 2005/02/08 - The byte order of all 1-byte integer types was fixed as little-endian even on a big-endian machine. It's corrected. SLU - 2005/02/07 |