summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-24 15:38:38 (GMT)
committerGitHub <noreply@github.com>2022-12-24 15:38:38 (GMT)
commit08abf2ba34b521cf49a3aa7c003ec6f07d07baf8 (patch)
tree7711b1f51d5fe1244343315c73f7f5347352bba7 /release_docs
parent1973d867c84f34ada4d361126b75bc485a69609d (diff)
downloadhdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.zip
hdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.tar.gz
hdf5-08abf2ba34b521cf49a3aa7c003ec6f07d07baf8.tar.bz2
Brings the HL GIF tools configure changes from develop (#2362)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt30
1 files changed, 12 insertions, 18 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ebdd2e8..198f157 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -208,20 +208,6 @@ New Features
(DCY - 2021/09/29)
- - Added new option to control the build of High-Level tools
- that default ON/enabled.
-
- Add configure options (autotools - CMake):
- --enable-hltools HDF5_BUILD_HL_TOOLS
-
- Disabling this option prevents building the gif tool which
- contains the following CVEs:
- HDFFV-10592 CVE-2018-17433
- HDFFV-10593 CVE-2018-17436
- HDFFV-11048 CVE-2020-10809
-
- (ADB - 2021/09/16, HDFFV-11266)
-
- Adds C++ Autotools configuration file for Intel
* Checks for icpc as the compiler
@@ -1747,14 +1733,22 @@ Bug Fixes since HDF5-1.12.0 release
(ADB - 2022/12/19)
- - Change the default for building the high-level tools
+ - Change the default for building the high-level GIF tools
+
+ The gif2h5 and h52gif high-level tools are deprecated and will be removed
+ in a future release. The default build setting for them has been changed
+ from enabled to disabled. A user can enable the build of these tools if
+ needed.
- The gif2hdf5 and hdf2gif high-level tools are deprecated and will be removed
- in a future release. The default build setting for them have been changed from enabled
- to disabled. A user can enable the build of these tools if needed.
autotools: --enable-hlgiftools
cmake: HDF5_BUILD_HL_GIF_TOOLS=ON
+ Disabling the GIF tools eliminates the following CVEs:
+
+ HDFFV-10592 CVE-2018-17433
+ HDFFV-10593 CVE-2018-17436
+ HDFFV-11048 CVE-2020-10809
+
(ADB - 2022/12/16)
- Change the settings of the *pc files to use the correct format