summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2014-09-12 18:22:54 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2014-09-12 18:22:54 (GMT)
commita4015777536800f178b056b0bfc255d43fae77a2 (patch)
tree40f635b998a290d15d646cbb7f9c81c8f34b6d35 /release_docs
parent4f76189f692de8d2f99f0190f72f424cdff62d60 (diff)
downloadhdf5-a4015777536800f178b056b0bfc255d43fae77a2.zip
hdf5-a4015777536800f178b056b0bfc255d43fae77a2.tar.gz
hdf5-a4015777536800f178b056b0bfc255d43fae77a2.tar.bz2
[svn-r25590] Description:
Remove extraneous C++ notes from RELEASE.txt; these were early notes for 1.8.13 entries and do not apply to 1.8.14.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 2 insertions, 17 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ca9a88a..d712576 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -88,12 +88,7 @@ New Features
C++ API
-------
- - The following new features are added:
- + Wrappers to get object's name
- + Wrappers to get a child object's type from a group or file
- + Wrappers for setting/getting transform property list
- + Wrapper for setting size to compound datatype
- + Additional wrapper to get comment as a char*
+ - None
@@ -155,17 +150,7 @@ Bug Fixes since HDF5-1.8.13
C++ API
------
- - There are significant changes to the Attribute::getName member functions
- + Removed H5std_string Attribute::getName(size_t buf_size)
- + Overloaded Atribute::getName to take a char* for the attribute name:
- ssize_t Attribute::getName(char* attr_name, size_t buf_size=0)
- + Switched the arguments in this function:
- ssize_t getName(size_t buf_size, H5std_string& attr_name)
- so it became:
- ssize_t getName(H5std_string& attr_name, size_t buf_size=0)
- The second argument is then default to 0.
- - Changed default value from 256 to 0 for two getComment methods
- - Applied patches from user Jason Newton, where applicable.
+ - None
High-Level APIs:
------