summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-04 19:50:52 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-04 19:50:52 (GMT)
commit2a714ac4c0c0a230a019616dbf80bb03ce39c18d (patch)
tree12c3e20d22c6d7c583d883df18ead48d033ccaa8 /release_docs/RELEASE.txt
parent9592119ffd4b87b3cdb08f1ad8eaf7f3d221554c (diff)
downloadhdf5-2a714ac4c0c0a230a019616dbf80bb03ce39c18d.zip
hdf5-2a714ac4c0c0a230a019616dbf80bb03ce39c18d.tar.gz
hdf5-2a714ac4c0c0a230a019616dbf80bb03ce39c18d.tar.bz2
[svn-r29270] Description:
Updated for "Improve Packet Table library" commit 29269.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2c9c79f..a830d93 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -60,6 +60,17 @@ New Features
High-Level APIs:
------
+ - New public functions in Packet Table API
+
+ Two accessor functions were added per HDFFV-8623/patch 003.
+ /* Returns the ID of the dataset associated with the packet table */
+ hid_t H5PTget_dataset(hid_t table_id);
+
+ /* Returns the ID of the datatype the packet table uses */
+ hid_t H5PTget_type(hid_t table_id);
+
+ (BMR, 2016/03/04, HDFFV-8623)
+
Documentation
-------------
@@ -87,6 +98,19 @@ Bug Fixes since HDF5-1.8.0 release
High-Level APIs:
------
+ - Packet Table is updated.
+
+ In the Packet Table C API, there are changes with the following functions,
+ which had been ifdef'ed out with VLPT_REMOVED since 2006
+ * H5PTcreate_vl, is removed from this release
+ * H5PTfree_vlen_readbuff, is renamed to H5PTfree_vlen_buff
+ * H5PTis_varlen, is made available again
+
+ Various cleanup: replacing 0/-1 with SUCCEED/FAIL and H5I_BADID with
+ H5I_INVALID_HID.
+
+ (BMR, 2016/03/04, HDFFV-442)
+
Fortran High-Level APIs:
------