summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-28 21:33:01 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-28 21:33:01 (GMT)
commit486133faddbbce2c568aa1036e15f8f7f384867e (patch)
treed52cbb84579d88fb767edb9bfa792929e91f41fd /RELEASE.txt
parent00b2f5787d244feb45a72fde30c745f437018f43 (diff)
downloadhdf5-486133faddbbce2c568aa1036e15f8f7f384867e.zip
hdf5-486133faddbbce2c568aa1036e15f8f7f384867e.tar.gz
hdf5-486133faddbbce2c568aa1036e15f8f7f384867e.tar.bz2
[svn-r3732]
Purpose: Update Description: Added c++ api's new features and known problems. Platforms tested: I hope that didn't break anything!
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index edc720b..4eda9df 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -61,6 +61,15 @@ Documentation
New Features
============
+ * C++ API:
+ - Added two new member functions: Exception::getFuncName() and
+ Exception::getCFuncName() to provide the name of the member
+ function, where an exception is thrown.
+ - IdComponent::operator= becomes a virtual function because DataType,
+ DataSpace, and PropList provide their own implementation. The new
+ operator= functions invoke H5Tcopy, H5Scopy, and H5Pcopy to make a
+ copy of a datatype, dataspace, and property list, respectively.
+
Platforms Tested
================
@@ -177,3 +186,9 @@ Known Problems
incorrectly described.) For more information, please see:
http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
+
+* The test_compression in ./c++/test/dsets.cpp failed on Linux. A size
+ value that is passed to a memcpy mysteriously becomes very large resulting
+ in a Segnmentation Fault. This specific test is disabled until we can
+ figure out the problem and come up with a solution.
+