diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:34:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:34:46 (GMT) |
commit | f21284ae8d8be55f434006eac98d6739a3b5aa31 (patch) | |
tree | 2266c2bb085249ad3e37cf3dcbb42444997a78d2 /release_docs | |
parent | 27b361687d8fda20f3ec885b7dbe36084aac6d85 (diff) | |
download | hdf5-f21284ae8d8be55f434006eac98d6739a3b5aa31.zip hdf5-f21284ae8d8be55f434006eac98d6739a3b5aa31.tar.gz hdf5-f21284ae8d8be55f434006eac98d6739a3b5aa31.tar.bz2 |
HDFFV-9774 Add note to new argument
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4907706..0b89aae 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -72,7 +72,14 @@ New Features Tools ----- - - None + - h5diff + + h5diff now supports the 'enable-error-stack' argument. + + Improved h5diff by adding the enable-error-stack argument. + This will capture any H5E error traces to stderr. + + (ADB - 2017/08/31, HDFFV-9774) High-Level APIs @@ -97,7 +104,7 @@ New Features Users wanted to read compressed data directly from a file without any processing by the HDF5 data transfer pipeline, just as they were able to write it directly to a file with H5DOwrite_chunk. - + New API function, corresponding to existing function H5DOwrite_chunk. H5DOread_chunk reads a raw data chunk directly from a chunked dataset in the file into the application buffer, bypassing the library’s internal @@ -351,10 +358,10 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== - The dynamically loaded plugin test libraries require undefined references + The dynamically loaded plugin test libraries require undefined references to HDF5 functions to be resolved at runtime in order to function properly. - With autotools on CYGWIN this results in build errors, and we have not - found a solution that satisfies both. Therefore the dynamically loaded + With autotools on CYGWIN this results in build errors, and we have not + found a solution that satisfies both. Therefore the dynamically loaded plugin tests have been disabled on CYGWIN. Known problems in previous releases can be found in the HISTORY*.txt files |