From a6d689a1d6c22b38c3d038067962f27f49a3df2f Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Sat, 6 Apr 2024 07:21:18 -0500 Subject: [PATCH] Fix grammar and content in HDF5Examples (#4333) --- release_docs/RELEASE.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ebdfb4fc67b..00cfd7404b4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -169,15 +169,16 @@ New Features - Incorporated HDF5 examples repository into HDF5 library. - The HDF5Examples folder is equivalent to the repository hdf5-examples. - As such it can build and test the examples during library build or after - the library is installed. Previously, the hdf5-repository archives were - downloaded for packaging with the library. Now the examples can be built + The HDF5Examples folder is equivalent to the hdf5-examples repository. + This enables building and testing the examples + during the library build process or after the library has been installed. + Previously, the hdf5-examples archives were downloaded + for packaging with the library. Now the examples can be built and tested without a packaged install of the library. - However to maintain the ability to use the HDF5Examples with an installed - library, it is necessary to translate or synch the option names from those - used by the library to those used by the examples. The typical pattern is: + However, to maintain the ability to use the HDF5Examples with an installed + library, it is necessary to map the option names used by the library + to those used by the examples. The typical pattern is: = HDF_BUILD_FORTRAN = ${HDF5_BUILD_FORTRAN}