diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-04 21:49:13 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-04 21:49:13 (GMT) |
commit | 7aeee0a929539e1fedfa457769fe680b9be57535 (patch) | |
tree | c59459ac7a0f7cc9a48c85640fb6f8b4d45619a2 | |
parent | 28ab722e861cbdaa2eb4b42d140c14dd878815f6 (diff) | |
download | hdf5-7aeee0a929539e1fedfa457769fe680b9be57535.zip hdf5-7aeee0a929539e1fedfa457769fe680b9be57535.tar.gz hdf5-7aeee0a929539e1fedfa457769fe680b9be57535.tar.bz2 |
[svn-r9015] Purpose: Adding info regarding C++ API changes.
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 89071a6..4d2214b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -82,6 +82,12 @@ New Features C++ API: -------- + - Added wrappers for array and variable length datatypes APIs + - Added wrappers for newly added APIs from H5T, H5F, and H5I + - Added many wrappers that were missing from the H5P API + - Added the ability to reference HDF5 objects to these classes: + DataSet, DataType, Group, and H5File (wrappers for H5R APIs) + BMR 2004/08/04 Support for new platforms, languages and compilers. @@ -175,6 +181,9 @@ Bug Fixes since HDF5-1.6.2 release by value. In addition, the default value of the data member H5::Exception::detailMessage is changed from 0/NULL to DEFAULT_MSG ("No detailed information provided".) + - Prototype for DSetCreatPropList::setLayout is changed: 1st parameter + is removed because it was there only by mistake. + BMR 2004/08/04 Documentation ============= |