Author: hartmannathan Date: Fri May 8 22:48:06 2026 New Revision: 1933966 Log: In site/staging: Catch-up merge from publish
Modified: subversion/site/staging/ (props changed) subversion/site/staging/news.html (props changed) subversion/site/staging/packages.html subversion/site/staging/roadmap.html (props changed) subversion/site/staging/upcoming.part.html Modified: subversion/site/staging/packages.html ============================================================================== --- subversion/site/staging/packages.html Fri May 8 20:25:24 2026 (r1933965) +++ subversion/site/staging/packages.html Fri May 8 22:48:06 2026 (r1933966) @@ -465,8 +465,8 @@ $ apt-get install libapache2-svn</pre> </li> <li><p><a href="https://www.visualsvn.com/downloads/" >VisualSVN</a> (32- and 64-bit client and server; supported and maintained by - <a href="https://www.visualsvn.com" - >VisualSVN</a>)</p> + <a href="https://www.axiorema.com" + >Axiorema</a>)</p> </li> <li><p><a href="https://www.blueoptima.com/resources/active-multisite/subversion-binaries-download#windows-binaries" >BlueOptima</a> (32- and 64-bit client and server; supported and certified by Modified: subversion/site/staging/upcoming.part.html ============================================================================== --- subversion/site/staging/upcoming.part.html Fri May 8 20:25:24 2026 (r1933965) +++ subversion/site/staging/upcoming.part.html Fri May 8 22:48:06 2026 (r1933966) @@ -1,5 +1,178 @@ <!-- Automatically generated by ^/subversion/site/tools/generate-upcoming-changes-log.sh --> <pre style="border-style: none"> +Changes in ^/subversion/branches/1.14.x: +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1922447">r1922447</a> | svn-role | 2024-12-12 04:00:07 +0000 (Thu, 12 Dec 2024) | 9 lines + +Merge <a href="https://svn.apache.org/r1922418">r1922418</a> from trunk: + + * <a href="https://svn.apache.org/r1922418">r1922418</a> + Restore swig-rb to be compatible with Ruby 1.9 through 2.2. + Justification: + Fix incompatible with old versions of Ruby in 1.14.5. + Votes: + +1: jun66j5, futatuki + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924122">r1924122</a> | dsahlberg | 2025-03-01 22:56:42 +0000 (Sat, 01 Mar 2025) | 15 lines + +Try to get the backport conflict detection GitHub Action working. +It was suggested in the #asfinfra Slack channel[1] that workflows must exist +in all branches to work so let's try to add them. + +Technically merging all revisions affecting the .github/ subtree from +trunk. + +* .github/ + Add subtree + +(This commit technically breaks the backporting requirements, but it won't +even distributed downstream so I'm bending the rules this time). + +[1]: https://the-asf.slack.com/archives/CBX4TSBQ8/p1740835005043529 + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924124">r1924124</a> | dsahlberg | 2025-03-01 23:04:33 +0000 (Sat, 01 Mar 2025) | 4 lines + +Followup to <a href="https://svn.apache.org/r1924122">r1924122</a> +Merge <a href="https://svn.apache.org/r1924123">r1924123</a> from trunk, adding the subversion package on the GHA runner + + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924127">r1924127</a> | dsahlberg | 2025-03-01 23:16:17 +0000 (Sat, 01 Mar 2025) | 4 lines + +Followup to <a href="https://svn.apache.org/r1924124">r1924124</a> and <a href="https://svn.apache.org/r1924122">r1924122</a> +Merge <a href="https://svn.apache.org/r1924125">r1924125</a> from trunk, switching to a proper SVN WC + + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924794">r1924794</a> | svn-role | 2025-04-05 04:00:06 +0000 (Sat, 05 Apr 2025) | 10 lines + +Merge <a href="https://svn.apache.org/r1924100">r1924100</a> from trunk: + + * <a href="https://svn.apache.org/r1924100">r1924100</a> + Deprecate and disable the SVN_UNALIGNED_ACCESS_IS_OK macro. + Justification: + Prevent future problems on newer compilers on higher optimization + settings. + Votes: + +1: dsahlberg, brane, jamessan + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924795">r1924795</a> | svn-role | 2025-04-05 04:00:13 +0000 (Sat, 05 Apr 2025) | 10 lines + +Merge <a href="https://svn.apache.org/r1924143">r1924143</a> from trunk: + +* <a href="https://svn.apache.org/r1924143">r1924143</a> + Remove optimized unaligned-access code paths. + Justification: + Prevent future problems on newer compilers on higher optimization + settings. (Follow-up to <a href="https://svn.apache.org/r1924100">r1924100</a>) + Votes: + +1: dsahlberg, brane, jamessan + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1924796">r1924796</a> | svn-role | 2025-04-05 04:00:20 +0000 (Sat, 05 Apr 2025) | 9 lines + +Merge <a href="https://svn.apache.org/r1924773">r1924773</a> from trunk: + +* <a href="https://svn.apache.org/r1924773">r1924773</a> + swig-rb: Support ruby x64-mswin64 and building with GCC 15. + Justification: + Allow swig-rb with x64-mswin64 and gcc 15 + Votes: + +1: jun66j5, jamessan + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1927163">r1927163</a> | svn-role | 2025-07-13 04:00:06 +0000 (Sun, 13 Jul 2025) | 9 lines + +Merge <a href="https://svn.apache.org/r1892118">r1892118</a> from trunk: + +* <a href="https://svn.apache.org/r1892118">r1892118</a> + Fix a NULL pointer dereference in the conflict resolver. + Justification: + 1.14.5 users are running into this crash. + Votes: + +1: stsp, rinrab + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1927212">r1927212</a> | svn-role | 2025-07-14 04:00:05 +0000 (Mon, 14 Jul 2025) | 10 lines + +Merge <a href="https://svn.apache.org/r1886358">r1886358</a> from trunk: + +* <a href="https://svn.apache.org/r1886358">r1886358</a> + Python 3 compatibility: Update a raise statement probably missed in + revision 873411 changes. + Justification: + Fix Python 3 compatibility + Votes: + +1: jamessan, dsahlberg + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1929147">r1929147</a> | svn-role | 2025-10-15 04:00:06 +0000 (Wed, 15 Oct 2025) | 9 lines + +Merge the <a href="https://svn.apache.org/r1926575">r1926575</a> group from trunk: + + * <a href="https://svn.apache.org/r1926575">r1926575</a>, <a href="https://svn.apache.org/r1927715">r1927715</a> + Fix SWIG test cases for Python 3.14. + Justification: + Preparing Python 3.14 release + Votes: + +1: futatuki, jamessan + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1929906">r1929906</a> | svn-role | 2025-11-22 04:00:10 +0000 (Sat, 22 Nov 2025) | 13 lines + +Merge the 1.14.x-<a href="https://svn.apache.org/r1928521">r1928521</a> branch: + + * <a href="https://svn.apache.org/r1928521">r1928521</a>, <a href="https://svn.apache.org/r1928524">r1928524</a> + swig-py: follow up to <a href="https://svn.apache.org/r1912500">r1912500</a>: Fix NameError on using old SWIG + Justification: + Fix a regression for old SWIG versions and make clear minimal supported + version of SWIG for swig-py + Branch: + 1.14.x-<a href="https://svn.apache.org/r1928521">r1928521</a> + Votes: + +0: hartmannathan (review from swig-py experts requested!) + +1: jun66j5, jamessan + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1930038">r1930038</a> | svn-role | 2025-11-28 04:00:05 +0000 (Fri, 28 Nov 2025) | 9 lines + +Merge <a href="https://svn.apache.org/r1929560">r1929560</a> from trunk: + + * <a href="https://svn.apache.org/r1929560">r1929560</a> + Adapt swig-py to SWIG 4.4.0. + Justification: + Fix build with SWIG 4.4 + Votes: + +1: jamessan, jun66j5 + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1930411">r1930411</a> | svn-role | 2025-12-10 04:00:05 +0000 (Wed, 10 Dec 2025) | 9 lines + +Merge <a href="https://svn.apache.org/r1930381">r1930381</a> from trunk: + + * <a href="https://svn.apache.org/r1930381">r1930381</a> + Fix wrong line numbers displayed in syntax errors from config file parser. + Justification: + Cosmetic issue which can confuse users in case of syntax errors. + Votes: + +1: stsp, brane, dsahlberg + +------------------------------------------------------------------------ +<a href="https://svn.apache.org/r1930853">r1930853</a> | svn-role | 2025-12-26 04:00:05 +0000 (Fri, 26 Dec 2025) | 9 lines + +Merge <a href="https://svn.apache.org/r1929564">r1929564</a> from trunk: + + * <a href="https://svn.apache.org/r1929564">r1929564</a> + Adapt gen_win_dependencies.py to expat 2.7.2+. + Justification: + Fix build on Windows with expat 2.7.2+. + Votes: + +1: jun66j5, dsahlberg + +------------------------------------------------------------------------ </pre> <p>Further changes currently under consideration are listed in each release line's
