diff --git a/.github/workflows/autoconf.yml b/.github/workflows/autoconf.yml index 31c2842c91b7e..94105db187e1e 100644 --- a/.github/workflows/autoconf.yml +++ b/.github/workflows/autoconf.yml @@ -19,7 +19,7 @@ # autoconf.yml -- Configuration for autoconf GitHub Action workflow. # -name: Build and Test Subversion using autoconf build system +name: autoconf on: push: @@ -75,7 +75,7 @@ jobs: run: make -j - name: Run tests (make check) - run: make check + run: make check PARALLEL=16 - name: Install (make install) run: sudo make install diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b949b5a585ea4..35b40322ab079 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -19,7 +19,7 @@ # cmake.yml -- Configuration for CMake GitHub Action workflow. # -name: Build and Test Subversion with CMake +name: CMake on: push: @@ -154,6 +154,7 @@ jobs: -DSVN_ENABLE_RA_SERF=ON -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installdir -DVCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_triplet }} + -DSVN_TEST_CONFIGURE_FOR_PARALLEL=ON ${{ matrix.extra_config_opts }} - name: Build CMake @@ -166,7 +167,7 @@ jobs: id: run_all_tests if: matrix.run_tests working-directory: out - run: ctest --output-on-failure --verbose -C Release + run: ctest --output-on-failure --verbose -C Release --parallel 16 - name: Rerun failed tests if: ${{ matrix.run_tests && failure() && steps.run_all_tests.conclusion == 'failure' }} diff --git a/CHANGES b/CHANGES index d66c39920f6a3..225eac6f16dac 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,17 @@ https://svn.apache.org/repos/asf/subversion/tags/1.15.0 time with --disable-plaintext-password-storage. This reverts r1845377 (r1909351). +Version 1.14.5 +(7 Dec 2024, from /branches/1.14.x) +https://svn.apache.org/repos/asf/subversion/tags/1.14.5 + User-visible changes: + Developer-visible changes: + * Fix detection of zlib version 1.3 in gen-make.py on Windows (r1921266) + * Supress gen-make.py errors on Windows without Perl or Ruby (r1921267) + * Fix printf-format build warnings in swig-rb (r1921264) + * Add a regression test for CVE-2024-45720 (r1921266) + * Make swig-py compatible with SWIG 4.3.0 (r1921505) + Version 1.14.4 (8 Oct 2024, from /branches/1.14.x) https://svn.apache.org/repos/asf/subversion/tags/1.14.4