summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
------