diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-07-10 18:16:52 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-07-10 18:16:52 (GMT) |
commit | 9c08f4ccfe4f8cfc2038554bb106590073485914 (patch) | |
tree | 288f6a6cb17f7f6037d88cc8f09922ecefc41bec | |
parent | 57c1e0610331836af2ea13d4ec78d71a93bf2c08 (diff) | |
download | hdf5-9c08f4ccfe4f8cfc2038554bb106590073485914.zip hdf5-9c08f4ccfe4f8cfc2038554bb106590073485914.tar.gz hdf5-9c08f4ccfe4f8cfc2038554bb106590073485914.tar.bz2 |
[svn-r5777]
Purpose:
Update information
Description:
Update VL memory freeing information.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |