summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2009-10-23 14:05:33 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2009-10-23 14:05:33 (GMT)
commit7fcd1375d81540e10f96c39d2ded53e34a3fe474 (patch)
treee709b22c5a663e93a05ffdf986b57bc34246560f /release_docs
parent53dc352e9aaed5a93c7b3e2d880d281ae86a1c25 (diff)
downloadhdf5-7fcd1375d81540e10f96c39d2ded53e34a3fe474.zip
hdf5-7fcd1375d81540e10f96c39d2ded53e34a3fe474.tar.gz
hdf5-7fcd1375d81540e10f96c39d2ded53e34a3fe474.tar.bz2
[svn-r17735] Description:
Added information about changes in C++ API
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ce40d47..efd1b54 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -80,7 +80,8 @@ New Features
C++ API
-------
- - None
+ - New member function DataSet::getInMemDataSize() to simplify
+ getting the dataset's data size in memory. (BMR - 2009/07/26)
Support for New Platforms, Languages, and Compilers
@@ -117,6 +118,9 @@ Bug Fixes since HDF5-1.8.4
- 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)
High-Level APIs:
------