summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 269c19e..9f344dc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -97,7 +97,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
@@ -136,6 +136,15 @@ Bug Fixes since HDF5-1.8.19
Tools
-----
+ - h5repack
+
+ h5repack always set the User Defined filter flag to H5Z_FLAG_MANDATORY.
+
+ Added another parameter to the 'UD=' option to set the flag by default
+ to '0' or H5Z_FLAG_MANDATORY, the other choice is '1' or H5Z_FLAG_OPTIONAL.
+
+ (ADB - 2017/08/31, HDFFV-10276)
+
- h5ls
h5ls generated error on stack when it encountered a H5S_NULL
@@ -351,10 +360,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