summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-17 20:02:07 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-11-29 16:27:00 (GMT)
commit7aad737c9613712429ffb956d15938c34ee6363e (patch)
treef9f315610f8e2c2e18a7d5fa99165e864c8f03fe
parent6019c126c40d836a53a7b0eeb9b6873683206319 (diff)
downloadhdf5-7aad737c9613712429ffb956d15938c34ee6363e.zip
hdf5-7aad737c9613712429ffb956d15938c34ee6363e.tar.gz
hdf5-7aad737c9613712429ffb956d15938c34ee6363e.tar.bz2
HDFFV-10328 remove allocation note
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9e3c3a9..a1b59b1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -160,8 +160,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
@@ -169,13 +168,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)
-
- H5Zfilter_avail in H5Z.c
The public function checked for plugins, while the private