Changes in ^/subversion/branches/1.14.x:
------------------------------------------------------------------------
r1915337 | svn-role | 2024-01-20 04:00:02 +0000 (Sat, 20 Jan 2024) | 9 lines

Merge r1914518 from trunk:

 * r1914518
   Fix inconsistency in path argment on Config.which_group()
   Justification:
     Bug fix.
   Votes:
     +1: futatuki, dsahlberg

------------------------------------------------------------------------
r1915338 | svn-role | 2024-01-20 04:00:04 +0000 (Sat, 20 Jan 2024) | 10 lines

Merge r1915316 from trunk:

 * r1915316
   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

------------------------------------------------------------------------
r1915555 | svn-role | 2024-02-03 04:00:05 +0000 (Sat, 03 Feb 2024) | 11 lines

Merge r1912632 from trunk:

 * r1912632
   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

------------------------------------------------------------------------
r1918160 | svn-role | 2024-06-05 04:00:02 +0000 (Wed, 05 Jun 2024) | 9 lines

Merge r1914222 from trunk:

 * r1914222
   Improve help message for svnmucc PUT.
   Justification:
     Users asked.
   Votes:
     +1: dsahlberg, hartmannathan, astieger

------------------------------------------------------------------------
r1918956 | svn-role | 2024-07-06 04:00:03 +0000 (Sat, 06 Jul 2024) | 9 lines

Merge the r1917864 group from trunk:

 * r1917864, r1917944
   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

------------------------------------------------------------------------
r1918957 | svn-role | 2024-07-06 04:00:05 +0000 (Sat, 06 Jul 2024) | 9 lines

Merge r1917946 from trunk:

 * r1917946
   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

------------------------------------------------------------------------
r1918958 | svn-role | 2024-07-06 04:00:08 +0000 (Sat, 06 Jul 2024) | 9 lines

Merge the r1915236 group from trunk:

  * r1915236, r1915239
    Support building swig-rb with clang 16 / GCC14 
    Justification:
      Distros moving to newer compilers that treat these as errors
    Votes:
     +1: astieger, dsahlberg, jamessan

------------------------------------------------------------------------
r1918959 | svn-role | 2024-07-06 04:00:09 +0000 (Sat, 06 Jul 2024) | 9 lines

Merge the r1918138 group from trunk:

 * r1918138, r1918139
   Fix unbounded memory usage in propget and proplist --xml commands
   Justification:
     Follow SVN's iterpool conventions
   Votes:
     +1: hartmannathan, jamessan, rinrab

------------------------------------------------------------------------

Further changes currently under consideration are listed in each release line's STATUS file.