diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-06 15:17:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-06 15:17:09 (GMT) |
commit | 98dfa67e89bb99f3baee80a1364e4f3555b03abd (patch) | |
tree | 444d960e451e821bbdaf53a9f5aa0b72f1466ffb /release_docs/RELEASE.txt | |
parent | 43c69e978bb5773be6046c9276f7e7dd762e9d22 (diff) | |
download | hdf5-98dfa67e89bb99f3baee80a1364e4f3555b03abd.zip hdf5-98dfa67e89bb99f3baee80a1364e4f3555b03abd.tar.gz hdf5-98dfa67e89bb99f3baee80a1364e4f3555b03abd.tar.bz2 |
[svn-r7551] Purpose:
Bug/feature fix.
Description:
Relax restriction on parallel writing to compact datasets to allow partial
I/O.
Updates to reference manual mentioning the issues involved are delayed until
reference manual 'lock' is removed later this week.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 67f5957..0cbdfa7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -76,6 +76,7 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Allow partial parallel writing to compact datasets. QAK - 2003/10/06 - Correctly create reference to shared datatype in attribute, instead of making a copy of the shared datatype in the attribute. QAK - 2003/10/01 |