diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-06 15:17:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-06 15:17:55 (GMT) |
commit | cd6a20f0c828332cfe01896a43422868ebb1591d (patch) | |
tree | e87c73175c6e00ec94963a4945f37c9d1a99362e /release_docs | |
parent | 919f3ec4e82cc103b9ccedb16e3a48653e1fb53d (diff) | |
download | hdf5-cd6a20f0c828332cfe01896a43422868ebb1591d.zip hdf5-cd6a20f0c828332cfe01896a43422868ebb1591d.tar.gz hdf5-cd6a20f0c828332cfe01896a43422868ebb1591d.tar.bz2 |
[svn-r7552] Purpose:
Bug/feature fix.
Description:
Relax restriction on parallel writing to compact datasets to allow partial
I/O.
Updated reference manual mentioning the issues involved.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'release_docs')
-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 7a76661..bc7830d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,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 |