From 0af78cf333437d9e9985711f4c8dc07e7a9d8ead Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sat, 20 Mar 2004 16:47:25 -0500 Subject: [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. --- release_docs/RELEASE.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ============= -- cgit v0.12