summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Evans <evan@hdfgroup.org>2015-10-15 16:02:50 (GMT)
committerMark Evans <evan@hdfgroup.org>2015-10-15 16:02:50 (GMT)
commitd91d70b5eee159789d92d4ec1f847f0f30c453c1 (patch)
tree83f560d22574db45ff4cf9b8e26b6abc778672ea
parent40288b1bfcc08015bb4504a5432f4e5aa8a972e1 (diff)
downloadhdf5-d91d70b5eee159789d92d4ec1f847f0f30c453c1.zip
hdf5-d91d70b5eee159789d92d4ec1f847f0f30c453c1.tar.gz
hdf5-d91d70b5eee159789d92d4ec1f847f0f30c453c1.tar.bz2
[svn-r28080] Made some minor edits.
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fea4d49..1e41c73 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -341,12 +341,12 @@ Bug Fixes since HDF5-1.8.15
(BMR, 2015/10/13, HDFFV-9529)
- - Fixed the problem about identifier being closed prematurely
+ - Fixed the problem about identifiers 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
+ 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
+ closing ID's and memory leaks due to ID's not being closed, should be
eliminated.
(BMR, 2015/10/15, HDFFV-7947)