svn commit: r1928965 - subversion/branches/1.14.x
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: brane
Date: Sun Oct 5 19:09:20 2025
New Revision: 1928965
Log:
* branches/1.14.x/STATUS: Propose r1883715 and the r1926541, r1926564, r1926565 group for backport.
Modified:
subversion/branches/1.14.x/STATUS
Modified: subversion/branches/1.14.x/STATUS
==============================================================================
--- subversion/branches/1.14.x/STATUS Sun Oct 5 16:39:36 2025 (r1928964)
+++ subversion/branches/1.14.x/STATUS Sun Oct 5 19:09:20 2025 (r1928965)
@@ -15,6 +15,15 @@ Status of 1.14.6:
Candidate changes:
==================
+ * r1883715
+ Let users select the C++ language standard.
+ Justification:
+ Required for backport of the the upcoming patch to support KWallet 6
+ (if we decide to accept some version of the patch). See:
+ https://lists.apache.org/thread/hycj045wp5jjgzop96w7bc6dc3bv42kf
+ Votes:
+ +1: brane
+
* r1890223, r1890668, r1890673
Support building on Win64/ARM64.
Justification:
@@ -22,6 +31,13 @@ Candidate changes:
Votes:
+1: rhuijben
+ * r1926541, r1926564, r1926565
+ Use the SecItem* API for macOS Keychain support.
+ Justification:
+ The SecKeychain* API has been deprecated for more than a decade.
+ Votes:
+ +1: brane
+
* r1926575, r1927715
Fix SWIG test cases for Python 3.14.
Justification: