diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-18 18:19:38 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-18 18:19:38 (GMT) |
commit | 0e06375aa8c279b93ef51e612b32bdbab1f9bd0d (patch) | |
tree | b00d8c98022a6b625c35712990d03e5ae27ee7dc | |
parent | 5147b7e9f8b486995e62bf1cc005c042061cb38d (diff) | |
download | hdf5-0e06375aa8c279b93ef51e612b32bdbab1f9bd0d.zip hdf5-0e06375aa8c279b93ef51e612b32bdbab1f9bd0d.tar.gz hdf5-0e06375aa8c279b93ef51e612b32bdbab1f9bd0d.tar.bz2 |
[svn-r29473] Description:
Fixed typos and minor format.
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2d1d6e0..07c3523 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -216,7 +216,7 @@ This release supports the following features: - Regarding #ifdef VLPT_REMOVED The #ifdef VLPT_REMOVED blocks are removed from the PT library source - except the following cases: + except the following functions: + H5PTis_varlen() is made available again. + H5PTfree_vlen_readbuff() now became H5PTfree_vlen_buff() @@ -235,26 +235,26 @@ This release supports the following features: - New public functions - Two accessor wrappers to class PacketTable, per HDFFV-8623/patch 004. + Two accessor wrappers are added to class PacketTable, per HDFFV-8623/patch 004. /* Returns the ID of the dataset associated with the packet table */ hid_t PacketTable::GetDataset() - /* Returns the ID of the datatype the packet table uses */ - hid_t PacketTable::GetDataset() + /* Returns the ID of the datatype that the packet table uses */ + hid_t PacketTable::GetDatatype() - (BMR, 2016/03/04, HDFFV-8623) + (BMR, 2016/03/04, HDFFV-8623) - Member functions having "char*" as an argument Overloaded functions were added to provide "const char*" argument, the - existing version will be deprecated. + existing version will be deprecated in future releases. - (BMR, 2016/03/04) + (BMR, 2016/03/04) - Regarding #ifdef VLPT_REMOVED The #ifdef VLPT_REMOVED blocks are removed from the PT library source - except the following cases: + except the following functions: + VL_PacketTable::IsVariableLength() is moved to PacketTable + VL_PacketTable::FreeReadBuff() now became PacketTable::FreeBuff() |