summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:57:26 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:57:26 (GMT)
commit2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc (patch)
tree8582ae2861dd0ef9b1df37befc9ba9ca09cd6f34 /release_docs
parente80027ab8981003215a10a4850c44f57fa343297 (diff)
parentc222f391c43f91638368e4a2e8c7b556fa5b2fbb (diff)
downloadhdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.zip
hdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.tar.gz
hdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.tar.bz2
Merge remote-tracking branch 'upstream/hdf5_1_10' into hdf5_1_10
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4af6b9e..7a974eb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -143,7 +143,7 @@ New Features
of MPI_COMM_WORLD are allowed to be run in parallel with each
subgroup operating as an independant collection of processes.
- (RAW – 2017/10/10, HDFFV-10294)
+ (RAW - 2017/10/10, HDFFV-10294)
- Large MPI-IO transfers
@@ -167,7 +167,7 @@ New Features
fulfill the original user request without encountering API
errors.
- (RAW – 2017/07/11, HDFFV-8839)
+ (RAW - 2017/09/20, HDFFV-8839)
Fortran Library:
----------------
@@ -247,7 +247,7 @@ Bug Fixes since HDF5-1.10.1 release
block size.
(2) Fix other places in the library that call this routine to detect
error routine.
-
+
(HDFFV-10216, VC, 2017/08/30)
- Fixes for paged aggregation
@@ -271,7 +271,7 @@ Bug Fixes since HDF5-1.10.1 release
The function H5VM_power2up() returns the next power of 2
for n. When n exceeds 2^63, it overflows and becomes 0 causing
- the infinite looping.
+ the infinite looping.
The fix ensures that the function checks for n >= 2^63
and returns 0.
@@ -342,6 +342,10 @@ Bug Fixes since HDF5-1.10.1 release
Modified H5Zfilter_avail and private function, H5Z_filter_avail.
Moved check for plugin from public to private function. Updated
H5P__set_filter due to change in H5Z_filter_avail. Updated tests.
+ Note, h5repack output display has changed to clarify the individual
+ steps of the repack process. The output indicates if an operation
+ applies to all objects. Lines with notation and no information
+ have been removed.
(ADB - 2017/10/10, HDFFV-10297)
@@ -366,7 +370,7 @@ Bug Fixes since HDF5-1.10.1 release
- h5repack
- Add tests to h5repack.sh.in to verify options added for paged
+ Add tests to h5repack.sh.in to verify options added for paged
aggregation work as expected.
(VC, 2017/08/03)