summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-05 21:37:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-18 15:29:12 (GMT)
commit99f743ed1abd9603a9ba903d578349fb4ade8f17 (patch)
tree6e3071ac8b99e28778553634f18385b0a1f8d201 /release_docs
parentfbf837eac31d510ecc8eaa65ea489ae180cde15f (diff)
downloadhdf5-99f743ed1abd9603a9ba903d578349fb4ade8f17.zip
hdf5-99f743ed1abd9603a9ba903d578349fb4ade8f17.tar.gz
hdf5-99f743ed1abd9603a9ba903d578349fb4ade8f17.tar.bz2
HDFFV-9059 Allow detect to take a file as an argument
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5150349..c8c7d5c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -148,7 +148,7 @@ New Features
Java Library:
----------------
- JNI native library dependencies
-
+
The build for the hdf5_java native library used the wrong
hdf5 target library for CMake builds. Correcting the hdf5_java
library to build with the shared hdf5 library required testing
@@ -209,6 +209,15 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - Allow H5detect and H5make_libsettings to take a file as an argument.
+
+ Rather than only writing to stdout, add a command argument to name
+ the file that H5detect and H5make_libsettings will use for output.
+ Without an argument, stdout is still used, so backwards compatibility
+ is maintained.
+
+ (ADB - 2018/09/05, HDFFV-9059)
+
- A bug was discovered in the parallel library where an application
would hang if a collective read/write of a chunked dataset occurred
when collective metadata reads were enabled and some of the ranks