diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-16 19:50:44 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-16 19:50:44 (GMT) |
commit | 220db46bbf3639de3cd19e61740951e00d544c42 (patch) | |
tree | 16342668e69a63e4eb7cec5b835a5e65c48defe5 /release_docs | |
parent | 8b2fc74ba05419b69f92e83261c19eae15e9e38c (diff) | |
download | hdf5-220db46bbf3639de3cd19e61740951e00d544c42.zip hdf5-220db46bbf3639de3cd19e61740951e00d544c42.tar.gz hdf5-220db46bbf3639de3cd19e61740951e00d544c42.tar.bz2 |
[svn-r29455] Description:
Just fixed format.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0c8c6da..6964084 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -191,7 +191,8 @@ This release supports the following features: hid_t H5PTcreate(hid_t loc_id, const char *dset_name, hid_t dtype_id, hsize_t chunk_size, hid_t plist_id); - (BMR, 2016/03/04, HDFFV-8623) + + (BMR, 2016/03/04, HDFFV-8623) - New public functions @@ -201,7 +202,8 @@ This release supports the following features: /* Returns the ID of the datatype the packet table uses */ hid_t H5PTget_type(hid_t table_id); - (BMR, 2016/03/04, HDFFV-8623) + + (BMR, 2016/03/04, HDFFV-8623) - Regarding #ifdef VLPT_REMOVED @@ -209,7 +211,8 @@ This release supports the following features: except the following cases: + H5PTis_varlen() is made available again. + H5PTfree_vlen_readbuff() now became H5PTfree_vlen_buff() - (BMR, 2016/03/04, HDFFV-442) + + (BMR, 2016/03/04, HDFFV-442) C++ Packet Table API -------------------- @@ -220,7 +223,7 @@ This release supports the following features: FL_PacketTable(hid_t fileID, hid_t plist_id, const char* name, hid_t dtypeID, hsize_t chunkSize); - (BMR, 2016/03/08, HDFFV-8623) + (BMR, 2016/03/08, HDFFV-8623) - New public functions |