diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-01 14:01:49 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-01 14:01:49 (GMT) |
commit | a2ea33e6b97429f7b3f143c355ee7d8566930b2a (patch) | |
tree | 6967601c17ddf3bd5622017d6e059f7c58281f02 /release_docs | |
parent | 1c1653aa40acb537d91f37013e5de7ee83e8e052 (diff) | |
download | hdf5-a2ea33e6b97429f7b3f143c355ee7d8566930b2a.zip hdf5-a2ea33e6b97429f7b3f143c355ee7d8566930b2a.tar.gz hdf5-a2ea33e6b97429f7b3f143c355ee7d8566930b2a.tar.bz2 |
[svn-r5124]
Purpose:
Bug fix(#697)
Description:
Variable-length string is not treated as string.
Solution:
Added character set and padding as VL string's attributes. They can be
set and retrieved.
Platforms tested:
Solaris 8, IRIX64 6.5 parallel, and FreeBSD.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 308863b..bad8b99 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -114,6 +114,8 @@ Library conversion buffer is attempted to be read. QAK - 3/26/02 * Fixed bug in H5Gget_objinfo() which was not setting the 'fileno' of the H5G_stat_t struct. QAK - 3/27/02 + * Fixed bug where variable-length string type doesn't behave as string. + Configuration ------------- |