summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-30 22:00:59 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-30 22:00:59 (GMT)
commitbb084334b8603d3f78cf7294c7c7521c6bc315bb (patch)
tree4f79ee8b9beeb589daf7428d6e97ce3caa293f33 /release_docs
parent497507f5a90977efe1241eae0230b830f17ecbec (diff)
downloadhdf5-bb084334b8603d3f78cf7294c7c7521c6bc315bb.zip
hdf5-bb084334b8603d3f78cf7294c7c7521c6bc315bb.tar.gz
hdf5-bb084334b8603d3f78cf7294c7c7521c6bc315bb.tar.bz2
[svn-r24232] Description:
- Merged Allen's CMake updates for the C++ tutorial examples from the trunk - Updated RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 55cf72b..f2d2724 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -90,7 +90,16 @@ New Features
C++ API
-------
- - None
+ - A new class, H5::H5Location, is added to represent the location concept
+ in the C library. It is a base class to H5::H5File and H5::H5Ojbect,
+ whose member functions are moved into H5::H5Location. H5::H5File can
+ now inherent those functions. As a result, an H5::H5File object can have
+ an attribute. (BMR - 2013/09/27)
+ - Added wrappers for H5Rget_obj_type2 and two overloaded functions that
+ do not require the name of the object. (BMR - 2013/09/28)
+ - Added tutorial examples to c++/examples. They can be installed by
+ "make install-examples" and, in the installed directory, they can be
+ executed by running the script file run-c++-ex.sh. (BMR - 2013/09/28)
Support for New Platforms, Languages, and Compilers