svn commit: r1935968 - subversion/branches/1.15.x
[email protected] Tue, 07 Jul 2026 07:53:50 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178341083009.683953.5004396324480224290@svn03-he-fi> |
Author: dsahlberg
Date: Tue Jul 7 07:53:49 2026
New Revision: 1935968
Log:
In 1.15.x:
* STATUS
Vote for and approve r1934784
Modified:
subversion/branches/1.15.x/STATUS
Modified: subversion/branches/1.15.x/STATUS
==============================================================================
--- subversion/branches/1.15.x/STATUS Tue Jul 7 04:20:05 2026 (r1935967)
+++ subversion/branches/1.15.x/STATUS Tue Jul 7 07:53:49 2026 (r1935968)
@@ -56,14 +56,6 @@ Candidate changes:
Votes:
+1: ivan
- * r1934784
- Do not mix atomic and non-atomic access to a variable.
- Justification:
- It's just wrong, and whilst it might work on many modern CPUs,
- we shouldn't rely on that.
- Votes:
- +1: brane, ivan
-
* r1934787, r1934811
Fix potential use of uninitialized memory in the conflict resolver.
Justification:
@@ -96,3 +88,12 @@ Veto-blocked changes:
Approved changes:
=================
+
+ * r1934784
+ Do not mix atomic and non-atomic access to a variable.
+ Justification:
+ It's just wrong, and whilst it might work on many modern CPUs,
+ we shouldn't rely on that.
+ Votes:
+ +1: brane, ivan, dsahlberg
+