summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-12 16:10:29 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-04-12 16:10:29 (GMT)
commit323566415815ff259caf8da41b15ea1e8a47655b (patch)
tree961cb7b1e867660fce233fc245a874d2f28f74da /release_docs
parent170eecec83258b43883e3a7e4237eaabadebb0fb (diff)
downloadhdf5-323566415815ff259caf8da41b15ea1e8a47655b.zip
hdf5-323566415815ff259caf8da41b15ea1e8a47655b.tar.gz
hdf5-323566415815ff259caf8da41b15ea1e8a47655b.tar.bz2
[svn-r5176]
Purpose: added description of H5Dset_extent
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 c684286..f9acb56 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -258,6 +258,9 @@ New Features
* A helper script called ``h5cc'', which helps compilation of HDF5
programs, is now distributed with HDF5. See the reference manual
for information on how to use this feature.
+ * New API function H5Dset_extent. Modifies the dimensions of a dataset,
+ allows change to a lower dimension. The unused space in the file is freed.
+ PVN - 2002/03/31
Platforms Tested