summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-04-09 03:11:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-04-09 03:11:24 (GMT)
commit7401da00f6508c8a629d299537e87d325267ad55 (patch)
tree7fcd76e1bc02fc83e07712232bb7d6cd75a9260e
parentb95d364d842609c5275f5ad41d332930f189d2a9 (diff)
downloadhdf5-7401da00f6508c8a629d299537e87d325267ad55.zip
hdf5-7401da00f6508c8a629d299537e87d325267ad55.tar.gz
hdf5-7401da00f6508c8a629d299537e87d325267ad55.tar.bz2
[svn-r24992] Update release notes with information about the collective point selection
support and removal of the MPI-POSIX VFD.
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7389614..44431aa 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -65,7 +65,11 @@ New Features
Parallel Library
----------------
- - None
+ - Removed MPI-POSIX VFD, as it wasn't helping anyone and was just
+ generating support questions. Application developers performing
+ parallel I/O should always use the MPI-IO VFD. (QAK - 2014/03/28)
+ - Improved parallel I/O support to allow collective I/O on point
+ selections. (QAK - 2014/03/15)
Tools
-----