[svn-r17985] I put in the bug fix info for #1584. No test is needed.

This commit is contained in:
Raymond Lu 2009-12-10 11:39:58 -05:00
parent 037dac6997
commit 5d0fdb855d

View File

@ -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.