summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-18 21:39:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-18 21:39:28 (GMT)
commit44de4ee2e54b84484b099c51c51440b61c4ee465 (patch)
tree18a5236b47c75e461bb4e8790d0639e507690411 /release_docs/RELEASE.txt
parentcb5b36e4dcd88633b8044c250142b0a2a85a8f4f (diff)
parent6c78869c19a88edfd7b6a2a99a8fb8f5febf0b7a (diff)
downloadhdf5-44de4ee2e54b84484b099c51c51440b61c4ee465.zip
hdf5-44de4ee2e54b84484b099c51c51440b61c4ee465.tar.gz
hdf5-44de4ee2e54b84484b099c51c51440b61c4ee465.tar.bz2
Merge pull request #1243 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
* commit '6c78869c19a88edfd7b6a2a99a8fb8f5febf0b7a': Fix whitespace and exit status HDFFV-9059 take file as argument HDFFV-9059 Allow detect to take a file as an argument
Diffstat (limited to 'release_docs/RELEASE.txt')
-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