summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-12-10 16:36:46 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-12-10 16:36:46 (GMT)
commitf9e5bda9d84c5b16613c39fadc24811376ba0977 (patch)
tree766d0ccab421a7c76787e7c4a00ba4b07667d49c /release_docs
parent5c8ab3e88dbfaf0e379369d9e51444f418e55700 (diff)
downloadhdf5-f9e5bda9d84c5b16613c39fadc24811376ba0977.zip
hdf5-f9e5bda9d84c5b16613c39fadc24811376ba0977.tar.gz
hdf5-f9e5bda9d84c5b16613c39fadc24811376ba0977.tar.bz2
[svn-r17984] I put the bug fix info for #1584. No test is needed.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5cf419e..cb5ec6f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -106,6 +106,9 @@ Bug Fixes since HDF5-1.8.4
Library
-------
+ - H5Tdetect_class said a VL string is a string type. But when it's in
+ a compound type, it said it's a VL type (Bug #1584). I fixed it to
+ be consistent. It always return string type. (SLU - 2009/12/10)
- Allow "child" files from external links to be correctly located when
relative to a "parent" file that is opened through a symbolic link.
(QAK - 2009/12/01)