summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-23 20:11:17 (GMT)
committerGitHub <noreply@github.com>2023-04-23 20:11:17 (GMT)
commit3f5842cdd201ec73ffe9746cb9ea1d384754c968 (patch)
tree5e85c4faa5668d73d0ae7701689cbcef5ee051b7 /release_docs/RELEASE.txt
parentd5be099707ac0c7dfe1366adc7ad488043083e8a (diff)
downloadhdf5-3f5842cdd201ec73ffe9746cb9ea1d384754c968.zip
hdf5-3f5842cdd201ec73ffe9746cb9ea1d384754c968.tar.gz
hdf5-3f5842cdd201ec73ffe9746cb9ea1d384754c968.tar.bz2
Correct CMake option defaults - deprecate szip for libaec (#2778)
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 4de0b94..2698b43 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