summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-12-10 16:39:58 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-12-10 16:39:58 (GMT)
commit5d0fdb855d492fbb9fe217b059c621a109c1e831 (patch)
tree4045010887653e7223a0b827b5f37efcbd2a680b /release_docs
parent037dac69970f5c52f61bc89b752f90d7fab11421 (diff)
downloadhdf5-5d0fdb855d492fbb9fe217b059c621a109c1e831.zip
hdf5-5d0fdb855d492fbb9fe217b059c621a109c1e831.tar.gz
hdf5-5d0fdb855d492fbb9fe217b059c621a109c1e831.tar.bz2
[svn-r17985] I put in the bug fix info for #1584. No test is needed.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fafe575..d29f8df 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -204,11 +204,14 @@ Bug Fixes since HDF5-1.8.0 release
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)
- Fixed a bug where writing and deleting many global heap objects (i.e.
variable length data) would render the file unreadable. Previously
created files exhibiting this problem should now be readable.
- NAF - 2009/10/27 - 1483
- - Fixed incorrect return value for H5Pget_preserve. AKC - 2009/10/08 - 1628
+ (NAF - 2009/10/27 - 1483)
+ - Fixed incorrect return value for H5Pget_preserve. (AKC - 2009/10/08 - 1628)
- Fixed an assertion failure that occurred when H5Ocopy was called on a
dataset using a vlen inside a compound. (NAF - 2009/10/02 - 1597)
- Fixed incorrect return value for H5Pget_filter_by_id1/2 in H5Ppublic.h.