summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-03-20 21:47:25 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-03-20 21:47:25 (GMT)
commit0af78cf333437d9e9985711f4c8dc07e7a9d8ead (patch)
tree8f06a3d089a696caaaeb3c2b053d9cd183fe2580
parent9439854caf9a8db45de46816d86260a56d0d61b7 (diff)
downloadhdf5-0af78cf333437d9e9985711f4c8dc07e7a9d8ead.zip
hdf5-0af78cf333437d9e9985711f4c8dc07e7a9d8ead.tar.gz
hdf5-0af78cf333437d9e9985711f4c8dc07e7a9d8ead.tar.bz2
[svn-r8268] Purpose:
Inform change of APIs Description: Many exception constructors are removed. Although the users won't have to change their code, unless they used to check for the value of H5::Exception::detailMessage against 0/NULL, which is not very likely, they might need to recompile their applications.
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0728778..67b52ee 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,6 +73,14 @@ Bug Fixes since HDF5-1.6.2 release
Documentation
-------------
+ C++ API
+ -------
+ - H5::Exception's and its subclasses' constructors that were
+ overloaded to take char pointers are removed and constructors
+ that passed in reference of 'string' are changed to pass
+ by value. In addition, the default value of the data member
+ H5::Exception::detailMessage is changed from 0/NULL to
+ DEFAULT_MSG ("No detailed information provided".)
Documentation
=============