This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch improve_release_review_instructions in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 1e5016ffe81d92b39f82deb8465c79e3f6472711 Author: Stephen Webb <[email protected]> AuthorDate: Fri Dec 12 10:21:02 2025 +1100 Enhance release review instructions with additional details Updated instructions to include a link for building libraries and clarified the path format for LOG4CXX_TEST_PROGRAM_PATH. --- admin/release-review-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/release-review-instructions.md b/admin/release-review-instructions.md index 8a436b92..c5c22dbe 100644 --- a/admin/release-review-instructions.md +++ b/admin/release-review-instructions.md @@ -19,8 +19,8 @@ Additional Prerequisites (Windows only) * The `PATH` environment variable includes directories containing `cmake.exe` and `gpg.exe` * One of these environment variables is set (using / directory separators): - `CMAKE_TOOLCHAIN_FILE` - The full path to the `vcpkg.cmake` file (where APR-Util is installed) - - `CMAKE_INSTALL_PREFIX` - The full path to the directory where EXPAT, APR and APR-Util libraries are installed -* If the programs `zip.exe`, `gzip.exe` and `sed.exe` are not in `C:/msys64/usr/bin`, the environment has a variable `LOG4CXX_TEST_PROGRAM_PATH` set to the full path containing those programs + - `CMAKE_INSTALL_PREFIX` - The full path to the directory where EXPAT, APR and APR-Util libraries are installed (they can be built using [these instructions](https://logging.staged.apache.org/log4cxx/1.6.0/build-cmake.html#Windows)) +* If the programs `zip.exe`, `gzip.exe` and `sed.exe` are not in `C:\msys64\usr\bin`, the environment has a variable `LOG4CXX_TEST_PROGRAM_PATH` set to the full path (using / directory separators) containing those programs Steps -----
