summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-14 15:14:05 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-14 15:14:05 (GMT)
commit3cd3de7612a9758b6a89f09ad48da2c70c62f76a (patch)
tree9dfeae5cae0cdba1b5ed69d8bc9bccdc3d4a0073 /release_docs
parent1b103bc875b2e53eab818053cf1baec140a419c7 (diff)
downloadhdf5-3cd3de7612a9758b6a89f09ad48da2c70c62f76a.zip
hdf5-3cd3de7612a9758b6a89f09ad48da2c70c62f76a.tar.gz
hdf5-3cd3de7612a9758b6a89f09ad48da2c70c62f76a.tar.bz2
[svn-r18803] Description:
Added notes about + PropList::PropList(id) pclass id/plist id + new DataSet::getInMemDataSize + CommonFG::getLinkval and CommonFG::getComment take default values + bugzilla 1061 + read/write methods of DataSet and Attribute
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt20
1 files changed, 16 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f754275..3b1ec05 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -133,10 +133,12 @@ New Features
C++ Library:
------------
- - Added function CommonFG::getObjnameByIdx to take char* for name.
- (BMR - 2010/05/02)
- - Added function CommonFG::getObjTypeByIdx to return type name as
- a char*.
+ - New member functions
+ + Overloaded CommonFG::getObjnameByIdx to take char* for name
+ + Overloaded CommonFG::getObjTypeByIdx to return type name as a char*.
+ (BMR - 2010/05/02)
+ + DataSet::getInMemDataSize() to simplify getting the dataset's
+ data size in memory. (BMR - 2009/07/26)
- These member functions were added as wrapper for H5Rdereference to
replace the incorrect IdComponent::dereference().
void H5Object::dereference(H5File& h5file, void* ref)
@@ -486,6 +488,16 @@ Bug Fixes since HDF5-1.8.0 release
C++ APIs
--------
+ - 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)
+ - NULL pointer accessing was fixed, bugzilla 1061. (BMR - 2009/10/05)
+ - read/write methods of DataSet and Attribute classes were fixed
+ to handle string correctly. (BMR - 2009/07/26)
- Fixed bug that caused segfaults in Attribute::read. (BMR - 2008/04/20)
- Fixed bug in PropList::getClassName to use portable HDfree instead
of free. (BMR - 2008/04/20)