summaryrefslogtreecommitdiffstats
path: root/release_docs/NEWSLETTER.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/NEWSLETTER.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/NEWSLETTER.txt')
-rw-r--r--release_docs/NEWSLETTER.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/NEWSLETTER.txt b/release_docs/NEWSLETTER.txt
index f03f710..fe4a0fd 100644
--- a/release_docs/NEWSLETTER.txt
+++ b/release_docs/NEWSLETTER.txt
@@ -23,3 +23,13 @@ has easy access to context if they have questions.
Every entry in RELEASE.txt does NOT require an entry here. The newsletter is
for communicating major changes that are of interest to anyone. Minor bugfixes,
memory leak fixes, etc. do not require entries.
+
+ 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 removed the options for using the old SZIP library. All
+ current szip and libaec options only work for building the libaec library.
+
+ \ No newline at end of file