summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-06-30 16:41:14 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-06-30 16:41:14 (GMT)
commite0d268380aaf032299d2792f760584d39b382425 (patch)
treed6af7d3cd7ac13ac9d573ea7dcb61dd716231caa /release_docs
parentf0eb18d1403feed86832280780bf07adac40eb0e (diff)
downloadhdf5-e0d268380aaf032299d2792f760584d39b382425.zip
hdf5-e0d268380aaf032299d2792f760584d39b382425.tar.gz
hdf5-e0d268380aaf032299d2792f760584d39b382425.tar.bz2
[svn-r8770]
Purpose: New feature and its test Description: Added API H5Fget_name. It returns the name of file by object ID(file, group, dataset, named datatype, attribute) which belongs to the file. filename.c tests this function. Platforms tested: h5committest Misc. update: MANIFEST, RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7f1afcc..58d0e3f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -41,6 +41,9 @@ New Features
Library:
--------
+ - A new API function H5Fget_name was added. It returns the name
+ of the file by object(file, group, data set, named data type,
+ attribute) ID. SLU - 2004/06/29
- A new API function H5Fget_filesize was added. It returns the
actual file size of the opened file. SLU - 2004/06/24
- Added option that if $HDF5_DISABLE_VERSION_CHECK is set to 2,