summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-17 20:10:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-17 20:10:39 (GMT)
commitf318eed72f1f163120dc71bdfb5747ddc9a45732 (patch)
tree00045887e1fbfc871f625598969e8e5944d3c9e7 /release_docs/RELEASE.txt
parent30ef3de22dab36c3e3364fe0500918faf659d796 (diff)
downloadhdf5-f318eed72f1f163120dc71bdfb5747ddc9a45732.zip
hdf5-f318eed72f1f163120dc71bdfb5747ddc9a45732.tar.gz
hdf5-f318eed72f1f163120dc71bdfb5747ddc9a45732.tar.bz2
HDFFV-10328 - remove plugin allocation changes
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 2 insertions, 17 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 096d2d0..3a841a6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -234,8 +234,7 @@ Bug Fixes since HDF5-1.10.1 release
- filter plugin handling in H5PL.c and H5Z.c
It was discovered that the dynamic loading process used by
- filter plugins had issues with memory allocation and library
- dependencies.
+ filter plugins had issues with library dependencies.
CMake build process changed to use LINK INTERFACE keywords, which
allowed HDF5 C library to make dependent libraries private. The
@@ -243,21 +242,6 @@ Bug Fixes since HDF5-1.10.1 release
(such as szip or zlib) to be available.
(ADB - 2017/11/16, HDFFV-10328)
- The H5Z_class2_t structure returned by the filter plugins are
- now dynamically allocated in H5Zregister function. Access to
- the functions in the filter library now always use the dynamic
- library API.
-
- (ADB - 2017/11/16, HDFFV-10329)
-
- - Fix rare object header corruption bug
-
- In certain cases, such as when converting large attributes to dense
- storage, an error could occur which would either fail an assertion or
- cause file corruption. Fixed and added test.
-
- (NAF - 2017/11/14, HDFFV-10274)
-
- H5Zfilter_avail in H5Z.c
The public function checked for plugins, while the private
@@ -379,6 +363,7 @@ Bug Fixes since HDF5-1.10.1 release
Too many commands for POST_BUILD step caused command line to be
too big on windows.
+
Changed foreach of copy command to use a custom command with the
use of the HDFTEST_COPY_FILE macro.