Author: dsahlberg
Date: Fri Jul 17 07:15:25 2026
New Revision: 1936232
Log:
In site/publish:
* upcoming.part.html
Rename from this...
* upcoming_1.14.part.html
...to this, to let us have multiple upcoming sections in...
* docs/release-notes/index.html
...this file. Rename #upcoming-patch-release to #upcoming-1.14.
Added:
subversion/site/publish/upcoming_1.14.part.html
- copied unchanged from r1936231,
subversion/site/publish/upcoming.part.html
Deleted:
subversion/site/publish/upcoming.part.html
Modified:
subversion/site/publish/docs/release-notes/index.html
Modified: subversion/site/publish/docs/release-notes/index.html
==============================================================================
--- subversion/site/publish/docs/release-notes/index.html Fri Jul 17
07:14:23 2026 (r1936231)
+++ subversion/site/publish/docs/release-notes/index.html Fri Jul 17
07:15:25 2026 (r1936232)
@@ -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/publish/upcoming_1.14.part.html (from r1936231,
subversion/site/publish/upcoming.part.html)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ subversion/site/publish/upcoming_1.14.part.html Fri Jul 17 07:15:25
2026 (r1936232, copy of r1936231,
subversion/site/publish/upcoming.part.html)
@@ -0,0 +1,179 @@
+<!-- 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
+<a
href="https://svn.apache.org/repos/asf/subversion/branches/1.14.x/STATUS">STATUS</a>
file.</p>