summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-10 15:43:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-10 15:43:57 (GMT)
commitdabf67548199453f923ea751d7978e7382377ef9 (patch)
treeb3ff844e4842f7f3408646271557fcc9f24488e4
parent1696277a6c8c3324c31e0ea49bcd0a9e5c0d01c6 (diff)
downloadhdf5-dabf67548199453f923ea751d7978e7382377ef9.zip
hdf5-dabf67548199453f923ea751d7978e7382377ef9.tar.gz
hdf5-dabf67548199453f923ea751d7978e7382377ef9.tar.bz2
[svn-r5389] Purpose:
Update release notes about rotating metadata writes.
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8ac0855..7f98eb5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -162,6 +162,8 @@ Documentation
New Features
============
+ * Allow the metadata writes to be shared among all processes, easing the
+ burden on process 0.
* New functions H5Glink2 and H5Gmove2 were added to allow link and move to
be in different locations in the same file. The old functions H5Glink
and H5Gmove remain valid. SLU - 2002/04/26