Author: rinrab
Date: Thu Dec  5 18:43:01 2024
New Revision: 1922329

URL: http://svn.apache.org/viewvc?rev=1922329&view=rev
Log:
On the 'apply-processor' branch: Automatically merge the changes from the
'trunk' except revisions where merge.c file was modified; I'll merge them
separately.

Modified:
    subversion/branches/apply-processor/   (props changed)
    subversion/branches/apply-processor/.github/workflows/autoconf.yml
    subversion/branches/apply-processor/.github/workflows/cmake.yml
    subversion/branches/apply-processor/CHANGES

Propchange: subversion/branches/apply-processor/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1922181,1922197,1922203,1922205,1922263

Modified: subversion/branches/apply-processor/.github/workflows/autoconf.yml
URL: 
http://svn.apache.org/viewvc/subversion/branches/apply-processor/.github/workflows/autoconf.yml?rev=1922329&r1=1922328&r2=1922329&view=diff
==============================================================================
--- subversion/branches/apply-processor/.github/workflows/autoconf.yml 
(original)
+++ subversion/branches/apply-processor/.github/workflows/autoconf.yml Thu Dec  
5 18:43:01 2024
@@ -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

Modified: subversion/branches/apply-processor/.github/workflows/cmake.yml
URL: 
http://svn.apache.org/viewvc/subversion/branches/apply-processor/.github/workflows/cmake.yml?rev=1922329&r1=1922328&r2=1922329&view=diff
==============================================================================
--- subversion/branches/apply-processor/.github/workflows/cmake.yml (original)
+++ subversion/branches/apply-processor/.github/workflows/cmake.yml Thu Dec  5 
18:43:01 2024
@@ -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' }}

Modified: subversion/branches/apply-processor/CHANGES
URL: 
http://svn.apache.org/viewvc/subversion/branches/apply-processor/CHANGES?rev=1922329&r1=1922328&r2=1922329&view=diff
==============================================================================
--- subversion/branches/apply-processor/CHANGES (original)
+++ subversion/branches/apply-processor/CHANGES Thu Dec  5 18:43:01 2024
@@ -17,6 +17,17 @@ https://svn.apache.org/repos/asf/subvers
       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


Reply via email to