From 9c08f4ccfe4f8cfc2038554bb106590073485914 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 10 Jul 2002 13:16:52 -0500 Subject: [svn-r5777] Purpose: Update information Description: Update VL memory freeing information. --- release_docs/RELEASE.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2ddcad1..8d5f980 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,11 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Fixed VL memory leak when data is overwritten. The heap objects holding + old data are freed. If the fill value writting time is set to + H5D_FILL_TIME_NEVER, the library prohibits user to create VL type dataset. + The library free all the heap objects storing VL type if there is nested + VL type(a VL type contains another VL type). SLU 2002/07/10 * Fixed bug in parallel I/O routines where a collective I/O which used MPI derived types, followed by an independent I/O would cause the library to hang. QAK 2002/06/24 -- cgit v0.12