summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-02 19:08:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-10-02 19:08:39 (GMT)
commitb1d6057bb136bb2b2b24653be2654729987359a8 (patch)
tree1730e0402763911d4255e46c3c2d504563ad9f43 /release_docs
parentde56222826f6a48437c059f3ce228dd88ae94ead (diff)
downloadhdf5-b1d6057bb136bb2b2b24653be2654729987359a8.zip
hdf5-b1d6057bb136bb2b2b24653be2654729987359a8.tar.gz
hdf5-b1d6057bb136bb2b2b24653be2654729987359a8.tar.bz2
[svn-r25660] Description
Added notes about HDFFV-4259, HDFFV-8852, and HDFFV-8928.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 05ec7e4..474a522 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -88,7 +88,9 @@ New Features
C++ API
-------
- - None
+ - H5I_INVALID_HID replaces 0 to initialize data member "id" in classes
+ that represent HDF5 objects. For PropList, H5P_DEFAULT is used
+ instead of H5I_INVALID_HID. (HDFFV-4259, 2014/09/30 -BMR)
@@ -150,7 +152,13 @@ Bug Fixes since HDF5-1.8.13
C++ API
------
- - None
+ - User's patches were applied to remove several potential memory leaks.
+ (HDFFV-8928, 2014/09/30 -BMR)
+ - H5F_ACC_CREAT was included in the C++ API but the C library doesn't
+ allow it at this time, so it is now removed from the C++ API.
+ In addition, H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the
+ documentation, and they are now included.
+ (HDFFV-8852, 2014/09/29 -BMR)
High-Level APIs:
------