diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-09 15:32:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-09 15:32:51 (GMT) |
commit | 140c0c9db2992989b9a0cb6b20589efdcc9c2184 (patch) | |
tree | 2ab5ed56ffc92f8fdeb335743385a907de865f49 /release_docs | |
parent | 487d82bf58a1a8795343512c17a8b5a8428bdcd9 (diff) | |
download | hdf5-140c0c9db2992989b9a0cb6b20589efdcc9c2184.zip hdf5-140c0c9db2992989b9a0cb6b20589efdcc9c2184.tar.gz hdf5-140c0c9db2992989b9a0cb6b20589efdcc9c2184.tar.bz2 |
[svn-r13274] Description:
Relax restriction on the "location ID" for attribute operations to allow
file IDs to be used as the location ID. If a file ID is used, the attribute
operations will occur on the file's root group.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fbe3f8f..49c9a5a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -172,6 +172,10 @@ New Features Library: -------- + - Relaxed restrictions on attribute operations to allow a file ID to + be used as the "location ID". If a file ID is used, the attribute + operation will occur on the root group of the file. + - QAK - 2007/02/09 - Enabled the CORE driver to read an existing file depending on the setting of the backing_store for H5Pset_fapl_core and file open flags. - SLU - 2006/11/30 |