diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-07 13:57:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-07 13:57:18 (GMT) |
commit | a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a (patch) | |
tree | d7b9efd00dc6a81b4312d75a64e09ba13e93d052 /release_docs | |
parent | 4ee4926dbde7184de260f507cc42afb4738c0f82 (diff) | |
download | hdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.zip hdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.tar.gz hdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.tar.bz2 |
[svn-r7560] Purpose:
Add feature
Description:
Add H5Fget_freespace() routine, to check the amount of free space in a
file. This information is only valid until the file is closed currently,
however (until we start recording the free space information in the file
itself).
Platforms tested:
FreeBSD 4.9 (sleipnir)
h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5e22f3b..3bf1f32 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -39,6 +39,8 @@ New Features Library: -------- + - Added new H5Fget_freespace() routine to query the free space in a + given file. QAK 2003/10/06 Parallel Library: ----------------- |