diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-27 16:46:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-27 16:46:58 (GMT) |
commit | 9941e4b1ae8313bfa75eedb9a52f35b61dabb947 (patch) | |
tree | 2871e9067ade8aaaf35e904cf06a6976d7042115 /release_docs/RELEASE.txt | |
parent | ff0881f35ba3de1077b168dd5383e487081a23bb (diff) | |
download | hdf5-9941e4b1ae8313bfa75eedb9a52f35b61dabb947.zip hdf5-9941e4b1ae8313bfa75eedb9a52f35b61dabb947.tar.gz hdf5-9941e4b1ae8313bfa75eedb9a52f35b61dabb947.tar.bz2 |
OESS-98 add release note for option
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9b22442..4b68c6c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,15 @@ New Features Configuration: ------------- + - CMake option to build the HDF filter plugins project as an external project + + The HDF filter plugins project is a collection of registered compression + filters that can be dynamically loaded when needed to access data stored + in a hdf5 file. This CMake-only option allows the plugins to be distributed + with the hdf5 library and tools. Like the options for szip and zlib, either + a tgz file or a git repository can be specified for the source. + + (ADB - 2020/09/27, OESS-98) - Added CMake option to format source files @@ -807,7 +816,7 @@ New Features High-Level APIs: --------------- - - + - C Packet Table API ------------------ @@ -1288,8 +1297,8 @@ Bug Fixes since HDF5-1.10.3 release High-Level APIs: ------ - The H5DSis_scale function was updated to return "not a dimension scale" (0) - instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are - not written according to Dimension Scales Specification. + instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are + not written according to Dimension Scales Specification. (EIP - 2020/08/12, HDFFV-10436) |