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

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

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