summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-24 16:11:26 (GMT)
committerGitHub <noreply@github.com>2023-04-24 16:11:26 (GMT)
commit5c8c9ce925b9386fe67680ab558196cd02185241 (patch)
tree186342564b300ec059a657d00cc6f5e08a19a3f4 /release_docs/RELEASE.txt
parent7707859279a60b32d2b6c915442a7c04d44445b4 (diff)
downloadhdf5-5c8c9ce925b9386fe67680ab558196cd02185241.zip
hdf5-5c8c9ce925b9386fe67680ab558196cd02185241.tar.gz
hdf5-5c8c9ce925b9386fe67680ab558196cd02185241.tar.bz2
Correct CMake option defaults - deprecate szip for libaec (#2786)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a06e2a7..a982a71 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,11 @@ New Features
Configuration:
-------------
+ - Deprecated and removed old SZIP library in favor of LIBAEC library
+
+ LIBAEC library has been used in HDF5 binaries as the szip library of choice
+ for a few years. We are removing the options for using the old SZIP library.
+
- Enabled instrumentation of the library by default in CMake for parallel
debug builds