summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-15 16:03:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-15 16:03:46 (GMT)
commit57583a254a58924b3cbbf662ba988cf76d662a07 (patch)
tree5f8e208591da14cac715b71f001db25d24974f30 /release_docs
parent07d188488079834f0767fa7cc774012aeb90bc4d (diff)
downloadhdf5-57583a254a58924b3cbbf662ba988cf76d662a07.zip
hdf5-57583a254a58924b3cbbf662ba988cf76d662a07.tar.gz
hdf5-57583a254a58924b3cbbf662ba988cf76d662a07.tar.bz2
[svn-r28081] Description:
Added note about HDFFV-7947.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ebb34e8..3414d0f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -149,6 +149,16 @@ Bug Fixes since HDF5-1.8.16
(BMR, 2015/10/13, HDFFV-9529)
+ - Fixed the problem about identifier being closed prematurely
+
+ The C++ library needs to increment the id's reference counter when it is
+ duplicated in the form of C++ objects, but not when the id is obtained
+ from a C function. With this approach, both problems, prematurely
+ closing id's and memory leak due to id not being closed, should be
+ eliminated.
+
+ (BMR, 2015/10/15, HDFFV-7947)
+
High-Level APIs:
------