summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-10-07 03:47:56 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-10-07 03:47:56 (GMT)
commita858608a0aa4ff6b23e35e210da3e7b2d461df51 (patch)
treeb128cbc269926fb7b133476ef08a6a7f2d494b15 /release_docs
parentd7437bc5b171fef226813a576dea088d00f67b9a (diff)
downloadhdf5-a858608a0aa4ff6b23e35e210da3e7b2d461df51.zip
hdf5-a858608a0aa4ff6b23e35e210da3e7b2d461df51.tar.gz
hdf5-a858608a0aa4ff6b23e35e210da3e7b2d461df51.tar.bz2
[svn-r15797] Purpose: Close bug #1322
Description: Fixes a possible datatype id leak that could occur during compound datatype conversion, or more precisely, when unregistering those conversions. Datatype ids normally registered by the library are no longer visible to the application via H5Fget_obj_ids and H5Fget_obj_count. Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3bb9e62..c0bd71f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -77,6 +77,9 @@ New Features
the same. (PVN - 2008/08/26)
- h5ls: added capability to traverse through external links when the -r
(recursive) flag is given. (NAF - 2008/09/16)
+ - h5ls: added -E option to enable traversal of external links. h5ls will
+ not traverse external links without this flag being set.
+ (NAF - 2008/10/06)
@@ -106,6 +109,11 @@ Bug Fixes since HDF5-1.8.1
Library
-------
+ - Changed H5Fget_obj_count and H5Fget_obj_ids to ignore objects
+ registered by the library for internal library use.
+ (NAF - 2008/10/06)
+ - Fixed potential memory leak during compound conversion.
+ (NAF - 2008/10/06)
- Changed the return value of H5Fget_obj_count from INT to SSIZE_T. Also
changed the return value of H5Fget_obj_ids from HERR_T to SSIZE_T and
the type of the parameter MAX_OBJS from INT to SIZE_T. (SLU - 2008/09/26)