summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2002-11-07 15:57:53 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2002-11-07 15:57:53 (GMT)
commit2c78145f74f5aab70fdd3f81106fca6a0dfc4b16 (patch)
tree2ac2928cd285fb09c688ce95dac062bbb90e16ae /release_docs
parenta9dea215ed696c1523fec79b4175b571600dca77 (diff)
downloadhdf5-2c78145f74f5aab70fdd3f81106fca6a0dfc4b16.zip
hdf5-2c78145f74f5aab70fdd3f81106fca6a0dfc4b16.tar.gz
hdf5-2c78145f74f5aab70fdd3f81106fca6a0dfc4b16.tar.bz2
[svn-r6062]
Purpose: New function. Description: H5Dget_offset returns the offset of a dataset's data relative to the beginning of a file. Platforms tested: arabica(simple function, one test should be enough.) Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 26231ae..df9db21 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -230,6 +230,8 @@ Documentation
New Features
============
+ * H5Dget_offset is added to return the offset of a dataset's data relative
+ to the beginning of the file. SLU - 2002/11/7
* Functions H5Tget_native_type and H5Tis_variable_str are added. The first
one reconstructs a datatype based on native memory datatype. The second
one checks if a datatype is variable string. SLU - 2002/11/6