diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2010-05-14 15:09:58 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2010-05-14 15:09:58 (GMT) |
commit | fbb8709e40c97724dbb6ab137b9fb480a59e4fa5 (patch) | |
tree | a8dc7d5d9bbc82cbe5b054c022c9a83fcae10c26 | |
parent | 9c1fa1d37cd301d6f7c43624d7ce88010d759402 (diff) | |
download | hdf5-fbb8709e40c97724dbb6ab137b9fb480a59e4fa5.zip hdf5-fbb8709e40c97724dbb6ab137b9fb480a59e4fa5.tar.gz hdf5-fbb8709e40c97724dbb6ab137b9fb480a59e4fa5.tar.bz2 |
[svn-r18802] Description:
Added notes about
+ CommonFG::getObjnameByIdx char* for name
+ CommonFG::getObjTypeByIdx char* for type
+ PropList::PropList(id) pclass id/plist id
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e672e5b..c28bebf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -104,8 +104,12 @@ New Features C++ API ------- - - New member function DataSet::getInMemDataSize() to simplify - getting the dataset's data size in memory. (BMR - 2009/07/26) + - New member functions + + Overloaded CommonFG::getObjnameByIdx to take char* for name + + Overloaded CommonFG::getObjTypeByIdx to return type name as a char*. + (BMR - 2010/05/10) + + DataSet::getInMemDataSize() to simplify getting the dataset's + data size in memory. (BMR - 2009/07/26) Support for New Platforms, Languages, and Compilers @@ -168,6 +172,10 @@ Bug Fixes since HDF5-1.8.4 C++ API ------ + - The constructor PropList::PropList(id) was fixed to act properly + according to the nature of 'id'. When 'id' is a property class id, + a new property list will be created. When 'id' id a property list id, + a copy of the property list will be made. (BMR - 2010/5/9) - The parameters 'size' and 'bufsize' in CommonFG::getLinkval and CommonFG::getComment, respectively, now have default values for user's convenience. (BMR - 2009/10/23) |