Author: dsahlberg
Date: Sat Jul 18 20:46:22 2026
New Revision: 1936297
Log:
In site/staging: Catchup merge with publish
Added:
subversion/site/staging/upcoming_1.14.part.html
- copied unchanged from r1936296,
subversion/site/publish/upcoming_1.14.part.html
Deleted:
subversion/site/staging/upcoming.part.html
Modified:
subversion/site/staging/ (props changed)
subversion/site/staging/docs/release-notes/index.html
subversion/site/staging/index.html (props changed)
subversion/site/staging/news.html (props changed)
subversion/site/staging/roadmap.html (props changed)
Modified: subversion/site/staging/docs/release-notes/index.html
==============================================================================
--- subversion/site/staging/docs/release-notes/index.html Sat Jul 18
18:21:13 2026 (r1936296)
+++ subversion/site/staging/docs/release-notes/index.html Sat Jul 18
20:46:22 2026 (r1936297)
@@ -75,15 +75,15 @@ official support status for the various
<p>For a detailed history of every release, please see
<a href="release-history.html">release history</a>.</p>
-<div class="h3" id="upcoming-patch-release">
-<h3>Coming up in the next patch release
- <a class="sectionlink" href="#upcoming-patch-release"
+<div class="h3" id="upcoming-1.14">
+<h3>Coming up in the next release release of Subversion 1.14
+ <a class="sectionlink" href="#upcoming-1.14"
title="Link to this section">¶</a>
</h3>
<p>The following changes have been merged since the last patch release and
will almost certainly be included in the next patch release:</p>
-<!--#include virtual="/upcoming.part.html" -->
+<!--#include virtual="/upcoming_1.14.part.html" -->
<p>See also <a
href="https://svn.apache.org/repos/asf/subversion/trunk/CHANGES">trunk/CHANGES</a>,
where all significant-enough changes will summarized for each version by the
time it is released.</p>
Copied: subversion/site/staging/upcoming_1.14.part.html (from r1936296,
subversion/site/publish/upcoming_1.14.part.html)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ subversion/site/staging/upcoming_1.14.part.html Sat Jul 18 20:46:22
2026 (r1936297, copy of r1936296,
subversion/site/publish/upcoming_1.14.part.html)
@@ -0,0 +1,241 @@
+<!-- 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
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1933566">r1933566</a> | svn-role | 2026-04-30
04:00:10 +0000 (Thu, 30 Apr 2026) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1933475">r1933475</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1933475">r1933475</a>
+ Avoid DNS reverse name lookups during test configuration.
+ Justification:
+ Reverse lookups can cause long delays or even block.
+ Votes:
+ +1: brane, dsahlberg
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1935896">r1935896</a> | svn-role | 2026-07-05
04:00:12 +0000 (Sun, 05 Jul 2026) | 10 lines
+
+Merge the <a href="https://svn.apache.org/r1932863">r1932863</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1932863">r1932863</a>, <a
href="https://svn.apache.org/r1933181">r1933181</a>
+ Update some readme files
+ Justification:
+ Release should be as accurate as possible, ivan is full committer by
+ the time of release. IRC is no longer an official channel.
+ Votes:
+ +1: dsahlberg, ivan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1935921">r1935921</a> | svn-role | 2026-07-06
04:00:10 +0000 (Mon, 06 Jul 2026) | 15 lines
+
+Merge <a href="https://svn.apache.org/r1927953">r1927953</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1927953">r1927953</a>
+ On Windows, use the WC_NO_BEST_FIT_CHARS flag when converting individual
+ command-line arguments to the ANSI code page
+ Justification:
+ Fixes a bug with incorrect interpretation of some individual Unicode
+ command-line arguments.
+ Notes:
+ This is an interim fix. A long-term solution is to convert arguments
+ to UTF-8 and work with UTF-8 directly, but until then failing fast
+ should be better than changing the user input.
+ Votes:
+ +1: kotkov, rinrab, ivan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1935956">r1935956</a> | ivan | 2026-07-06
14:39:05 +0000 (Mon, 06 Jul 2026) | 7 lines
+
+On 1.14.x: Merge <a href="https://svn.apache.org/r1935797">r1935797</a> from
trunk:
+ GHA: Do not trigger build for changes in non-code files.
+ Justification:
+ Keep GitHub Actions configuration in sync with trunk.
+ Votes:
+ +1: ivan (only affects GHA)
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1935957">r1935957</a> | ivan | 2026-07-06
14:53:45 +0000 (Mon, 06 Jul 2026) | 8 lines
+
+On 1.14.x: Merge <a href="https://svn.apache.org/r1924628">r1924628</a>, <a
href="https://svn.apache.org/r1934091">r1934091</a>, <a
href="https://svn.apache.org/r1934092">r1934092</a>, <a
href="https://svn.apache.org/r1934095">r1934095</a>, <a
href="https://svn.apache.org/r1934096">r1934096</a>, <a
href="https://svn.apache.org/r1934116">r1934116</a>
+from trunk:
+ GHA: Catch up merge changes for detect-backport-conflicts.yml from trunk.
+ Justification:
+ Keep GitHub Actions configuration in sync with trunk.
+ Votes:
+ +1: ivan (only affects GHA)
+------------------------------------------------------------------------
+</pre>
+
+<p>Further changes currently under consideration are listed in each release
line's
+<a
href="https://svn.apache.org/repos/asf/subversion/branches/1.14.x/STATUS">STATUS</a>
file.</p>