summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-05-17 18:57:47 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-05-17 18:57:47 (GMT)
commita80f2a3d7b29bcc111c7ccbd4468f82968f797ee (patch)
tree881e5efe2049eff3cceed449e121eeb571889cc5
parent0f98d2009b6c3a190d7303170468a1f711e1b00a (diff)
downloadhdf5-a80f2a3d7b29bcc111c7ccbd4468f82968f797ee.zip
hdf5-a80f2a3d7b29bcc111c7ccbd4468f82968f797ee.tar.gz
hdf5-a80f2a3d7b29bcc111c7ccbd4468f82968f797ee.tar.bz2
[svn-r12352] Purpose: Update document.
Misc. update: Update this document for H5LTtext_to_dtype and H5LTdtype_to_text.
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f27e22b..7e0e22b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -423,6 +423,11 @@ New Features
High-Level APIs:
------
+ - There are two new functions in the Lite library, H5LTtext_to_dtype
+ and H5LTdtype_to_text. H5LTtext_to_dtype creates a HDF5 data type
+ given a text description; H5LTdtype_to_text converts a data type
+ to text description. Only DDL definition is supported as text
+ desciption now. SLU - 2006/05/17
- Added Packet Table API for creating tables with less overhead than
H5TB API. Added C++ wrapper for Packet Tables. See documentation.
JML - 2004/03/28