summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-29 20:05:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-29 20:05:16 (GMT)
commitca5dfc1ec84404ed25900a85ba88f11f666d06cf (patch)
tree330d97b2dc1699d83dc23a52246d60e717418f38 /release_docs
parent6669ffd362147ec5459b0fc09cb14a0bbb13813c (diff)
downloadhdf5-ca5dfc1ec84404ed25900a85ba88f11f666d06cf.zip
hdf5-ca5dfc1ec84404ed25900a85ba88f11f666d06cf.tar.gz
hdf5-ca5dfc1ec84404ed25900a85ba88f11f666d06cf.tar.bz2
[svn-r29839] Description:
Make some amendment to the items in the New Features and Bug Fixes sections for the C++ API and the C and C++ Packet Table APIs.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8f5dc64..b879ac7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -115,9 +115,10 @@ New Features
can use the deflate compression only. The public function
H5PTcreate has been added to replace H5PTcreate_fl. H5PTcreate
takes a property list identifier to provide flexibility on
- creation properties.
+ creation properties. This also removes the following warning:
+ "deprecated conversion from string constant to âchar*â [-Wwrite-strings]"
- (BMR - 2016/04/25, HDFFV-8623)
+ (BMR - 2016/04/25, HDFFV-9708, HDFFV-8615)
- New Public Functions: H5PTget_dataset and H5PTget_type
@@ -126,7 +127,7 @@ New Features
and H5PTget_type returns the identifier of the datatype used by
the packet table.
- (BMR, 2016/04/25, HDFFV-8623)
+ (BMR, 2016/04/25, HDFFV-8623 patch 3)
- Regarding #ifdef VLPT_REMOVED
@@ -148,7 +149,7 @@ New Features
FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID,
hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT)
- (BMR - 2016/04/25, HDFFV-8623)
+ (BMR - 2016/04/25, HDFFV-8623 patch 5)
- New Member Functions in PacketTable
@@ -159,15 +160,16 @@ New Features
PacketTable::GetDatatype() returns the identifier of the datatype
that the packet table uses.
- (BMR - 2016/04/25, HDFFV-8623)
+ (BMR - 2016/04/25, HDFFV-8623 patch 4)
- Member Functions with "char*" as an Argument
Overloaded functions were added to provide the "const char*"
argument; the existing version will be deprecated in future
- releases.
+ releases. This also removes the following warning:
+ "deprecated conversion from string constant to âchar*â [-Wwrite-strings]"
- (BMR - 2016/04/25, HDFFV-8623)
+ (BMR - 2016/04/25, HDFFV-8623 patch 1, HDFFV-8615)
- Regarding #ifdef VLPT_REMOVED
@@ -192,7 +194,7 @@ New Features
DSetCreatPropList::setNbit() was added to setup N-bit compression for
a dataset.
- (BMR, 2016/04/25)
+ (BMR, 2016/04/25, HDFFV-8623 patch 7)
- New Overloaded "const" Member Functions in ArrayType