summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2002-03-29 22:04:46 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2002-03-29 22:04:46 (GMT)
commitb84cc5c0e5d181dc20bb6e4c03296d9664436df0 (patch)
treee3b8cf3576816c8155f6c1ec0632b111c528ae48 /release_docs
parent8f1891c178e2ec39d7b1ca8aceed824cc709d4ed (diff)
downloadhdf5-b84cc5c0e5d181dc20bb6e4c03296d9664436df0.zip
hdf5-b84cc5c0e5d181dc20bb6e4c03296d9664436df0.tar.gz
hdf5-b84cc5c0e5d181dc20bb6e4c03296d9664436df0.tar.bz2
[svn-r5119]
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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index be94ea5..4b73297 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -67,6 +67,7 @@ Bug Fixes since HDF5-1.4.3 Release
* Fixed data corruption bug in hyperslab routines when contiguous
hyperslab that spans entire dimension and is larger than type
conversion buffer is attempted to be read. QAK - 3/26/02
+ * Fixed bug where variable-length string type doesn't behave as string.
Documentation