summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-18 04:21:31 (GMT)
committerGitHub <noreply@github.com>2023-03-18 04:21:31 (GMT)
commitebdbd503ca1d1a50701937542c6a9e66a3885458 (patch)
tree622a3fefca8af417c946ae5e2447fee95c374fbe /release_docs
parenta01f570f97287295e960633feab4c3908ea318d7 (diff)
downloadhdf5-ebdbd503ca1d1a50701937542c6a9e66a3885458.zip
hdf5-ebdbd503ca1d1a50701937542c6a9e66a3885458.tar.gz
hdf5-ebdbd503ca1d1a50701937542c6a9e66a3885458.tar.bz2
Allow parallel thread-safe builds (#2584)
* Allow parallel + thread-safe builds No longer require the "enable unsupported" option to build this configuration in CMake and the Autotools. * Add a release note for parallel thread-safety
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f08a7a3..688116d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,6 +49,15 @@ New Features
Configuration:
-------------
+ - Allow parallel and threadsafe to be built
+
+ In the past, we required --enable-unsupported (Autotools) or
+ ALLOW_UNSUPPORTED (CMake) in order to build the parallel library with
+ thread-safety support. The parallel, thread-safe library can now be
+ built without these options.
+
+ (DER - 2023/03/17)
+
- Added new option to build libaec and zlib inline with CMake.
Using the CMake FetchContent module, the external filters can populate