Author: brane Date: Tue May 19 15:12:55 2026 New Revision: 1934402 Log: Update libtool version for 1.15 and later to 2.4.7. The previous 2.4.6 causes issues on newer macOS releases.
* tools/dist/release-lines.yaml (tool_versions.1.15, tool_versions.trunk): Upgrade libtool. Modified: subversion/trunk/tools/dist/release-lines.yaml Modified: subversion/trunk/tools/dist/release-lines.yaml ============================================================================== --- subversion/trunk/tools/dist/release-lines.yaml Tue May 19 14:38:17 2026 (r1934401) +++ subversion/trunk/tools/dist/release-lines.yaml Tue May 19 15:12:55 2026 (r1934402) @@ -19,8 +19,11 @@ tool_versions: '1.12': *TOOL_VERSIONS_1_10 '1.13': *TOOL_VERSIONS_1_10 '1.14': *TOOL_VERSIONS_1_10 - '1.15': *TOOL_VERSIONS_1_10 - 'trunk': *TOOL_VERSIONS_1_10 + '1.15': &TOOL_VERSIONS_1_15 + autoconf: ['2.69', '954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969'] + libtool: ['2.4.7', '04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8'] + swig: ['3.0.12', '7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d'] + 'trunk': *TOOL_VERSIONS_1_15 # The version that is our current recommended release recommended_release: '1.14'
