summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-10-02 20:54:51 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-10-02 20:54:51 (GMT)
commitc26ed138a65b2840c057e437fa061a4749ba7ea1 (patch)
tree6d8d51e95f944b9783020bfd2e01fcc15205fe8b /release_docs
parente8e9b163c3239c2a4384c152d9c0171f4882c394 (diff)
downloadhdf5-c26ed138a65b2840c057e437fa061a4749ba7ea1.zip
hdf5-c26ed138a65b2840c057e437fa061a4749ba7ea1.tar.gz
hdf5-c26ed138a65b2840c057e437fa061a4749ba7ea1.tar.bz2
[svn-r17586] Purpose: Fix bug 1597
Description: When copying a dataset using a vlen inside a compound, the various dataset copying callbacks would allocate a background buffer but would not use it when converting from disk to memory, only memory to disk. This caused an assertion failure as compounds always need a background buffer. These callbacks have been modified to use the background buffer for both conversions. Tested: jam, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4856cc3..0ac7034 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,6 +121,8 @@ Bug Fixes since HDF5-1.8.3
Library
-------
+ - 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.
NAF - 2009/09/25 - 1620
- Fixed a bug where properties weren't being compared with the registered