svn commit: r1921198 - /subversion/site/publish/upcoming.part.html

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: svn-role
Date: Wed Oct  9 04:15:04 2024
New Revision: 1921198

URL: http://svn.apache.org/viewvc?rev=1921198&view=rev
Log:
* upcoming.part.html: Automatically regenerated

Modified:
    subversion/site/publish/upcoming.part.html

Modified: subversion/site/publish/upcoming.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/upcoming.part.html?rev=1921198&r1=1921197&r2=1921198&view=diff
==============================================================================
--- subversion/site/publish/upcoming.part.html (original)
+++ subversion/site/publish/upcoming.part.html Wed Oct  9 04:15:04 2024
@@ -1,142 +1,5 @@
 <!-- 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/r1915337">r1915337</a> | svn-role | 2024-01-20 04:00:02 +0000 (Sat, 20 Jan 2024) | 9 lines
-
-Merge <a href="https://svn.apache.org/r1914518">r1914518</a> from trunk:
-
- * <a href="https://svn.apache.org/r1914518">r1914518</a>
-   Fix inconsistency in path argment on Config.which_group()
-   Justification:
-     Bug fix.
-   Votes:
-     +1: futatuki, dsahlberg
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1915338">r1915338</a> | svn-role | 2024-01-20 04:00:04 +0000 (Sat, 20 Jan 2024) | 10 lines
-
-Merge <a href="https://svn.apache.org/r1915316">r1915316</a> from trunk:
-
- * <a href="https://svn.apache.org/r1915316">r1915316</a>
-   swig-py: Fix `none_dealloc` error caused by reference count issue in
-   `apply_textdelta` invoked from `svn.repos.replay()`.
-   Justification:
-     Fix Python interpreter crash which often occurs with large repositories.
-   Votes:
-     +1: jun66j5, futatuki
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1915555">r1915555</a> | svn-role | 2024-02-03 04:00:05 +0000 (Sat, 03 Feb 2024) | 11 lines
-
-Merge <a href="https://svn.apache.org/r1912632">r1912632</a> from trunk:
-
- * <a href="https://svn.apache.org/r1912632">r1912632</a>
-   Fix `invalid escape sequence` in Python scripts to prevent many
-   `SyntaxWarning`s since Python 3.12.
-   Justification:
-     Bare \ in regexps are SyntaxWarning as of Python 3.12, will be
-     SyntaxError in a future release.
-   Votes:
-     +1: dsahlberg, futatuki, jun66j5
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1918160">r1918160</a> | svn-role | 2024-06-05 04:00:02 +0000 (Wed, 05 Jun 2024) | 9 lines
-
-Merge <a href="https://svn.apache.org/r1914222">r1914222</a> from trunk:
-
- * <a href="https://svn.apache.org/r1914222">r1914222</a>
-   Improve help message for svnmucc PUT.
-   Justification:
-     Users asked.
-   Votes:
-     +1: dsahlberg, hartmannathan, astieger
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1918956">r1918956</a> | svn-role | 2024-07-06 04:00:03 +0000 (Sat, 06 Jul 2024) | 9 lines
-
-Merge the <a href="https://svn.apache.org/r1917864">r1917864</a> group from trunk:
-
- * <a href="https://svn.apache.org/r1917864">r1917864</a>, <a href="https://svn.apache.org/r1917944">r1917944</a>
-   Fix cmdline parsing bugs in --change (-c) argument
-   Justification:
-     Syntax error in cmdline arg should not cause assertion failure
-   Votes:
-     +1: hartmannathan, astieger, jamessan, rinrab
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1918957">r1918957</a> | svn-role | 2024-07-06 04:00:05 +0000 (Sat, 06 Jul 2024) | 9 lines
-
-Merge <a href="https://svn.apache.org/r1917946">r1917946</a> from trunk:
-
- * <a href="https://svn.apache.org/r1917946">r1917946</a>
-   Convert path to local style in error message from diff API
-   Justification:
-     Use correct dirent style in error message
-   Votes:
-     +1: hartmannathan, astieger, jamessan, rinrab
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1918958">r1918958</a> | svn-role | 2024-07-06 04:00:08 +0000 (Sat, 06 Jul 2024) | 9 lines
-
-Merge the <a href="https://svn.apache.org/r1915236">r1915236</a> group from trunk:
-
-  * <a href="https://svn.apache.org/r1915236">r1915236</a>, <a href="https://svn.apache.org/r1915239">r1915239</a>
-    Support building swig-rb with clang 16 / GCC14 
-    Justification:
-      Distros moving to newer compilers that treat these as errors
-    Votes:
-     +1: astieger, dsahlberg, jamessan
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1918959">r1918959</a> | svn-role | 2024-07-06 04:00:09 +0000 (Sat, 06 Jul 2024) | 9 lines
-
-Merge the <a href="https://svn.apache.org/r1918138">r1918138</a> group from trunk:
-
- * <a href="https://svn.apache.org/r1918138">r1918138</a>, <a href="https://svn.apache.org/r1918139">r1918139</a>
-   Fix unbounded memory usage in propget and proplist --xml commands
-   Justification:
-     Follow SVN&#x27;s iterpool conventions
-   Votes:
-     +1: hartmannathan, jamessan, rinrab
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1920605">r1920605</a> | svn-role | 2024-09-13 04:00:14 +0000 (Fri, 13 Sep 2024) | 10 lines
-
-Merge <a href="https://svn.apache.org/r1910464">r1910464</a> from trunk:
-
- * <a href="https://svn.apache.org/r1910464">r1910464</a>
-   Fix svnadmin_tests.py (build_repcache) failing with Python 3.11+ on
-   Windows.
-   Justification:
-     Make unit tests to pass with the latest version of Python on Windows.
-   votes:
-     +1: jun66j5, jcorvel
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1920881">r1920881</a> | stsp | 2024-09-24 15:13:47 +0000 (Tue, 24 Sep 2024) | 5 lines
-
-On the 1.14.x branch, merge <a href="https://svn.apache.org/r1920880">r1920880</a> from trunk
-
-* NOTICE,
-  subversion/libsvn_subr/version.c: Update copyright year.
-
-------------------------------------------------------------------------
-<a href="https://svn.apache.org/r1920899">r1920899</a> | stsp | 2024-09-25 09:10:18 +0000 (Wed, 25 Sep 2024) | 12 lines
-
-On the 1.14.x branch, merge <a href="https://svn.apache.org/r1887710">r1887710</a> from trunk.
-
- * <a href="https://svn.apache.org/r1887710">r1887710</a>
-   Follow up to <a href="https://svn.apache.org/r1857624">r1857624</a>: Unbreak a msgid.
-   Justification:
-     Fixes this warning seen during &#x27;release.py roll&#x27;:
-     ../svnadmin/svnadmin.c:2935: warning: Although being used in a format \
-     string position, the msgid is not a valid C format string. Reason: The \
-     string ends in the middle of a directive.
-   Votes:
-     +1: stsp, futatuki, dsahlberg
-
-------------------------------------------------------------------------
 </pre>
 
 <p>Further changes currently under consideration are listed in each release line's
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.