You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ja...@apache.org on 2016/01/23 17:29:22 UTC

svn commit: r1726410 - /subversion/branches/1.9.x/STATUS

Author: jamessan
Date: Sat Jan 23 16:29:22 2016
New Revision: 1726410

URL: http://svn.apache.org/viewvc?rev=1726410&view=rev
Log:
* STATUS:
  Vote +1 on the r1704292 group.
  Vote +1 on the r1722860 group, approving.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1726410&r1=1726409&r2=1726410&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sat Jan 23 16:29:22 2016
@@ -39,7 +39,7 @@ Candidate changes:
      Without this patch we produce a diff transforming the result file
      to the original file.
    Votes:
-     +1: rhuijben
+     +1: rhuijben, jamessan
 
  * r1717876, r1717877
    Fix svn_fs_contents_different on FSFS producing false negatives.
@@ -129,23 +129,6 @@ Candidate changes:
    Votes:
      +1: stefan2
 
- * r1722860, r1722861, r1722879, r1722887
-   Memory access portability issues.
-   Justification:
-     Not complying to the C standard is bad.  At the very least we
-     improve the signal/noise ratio when using memory sanitizers.
-     Part of this patch set (r1722879) fixes a crash on SPARC that
-     apparently gets masked by some lucky caller pattern.
-     Finally, these changes make the code actually simpler.
-   Notes:
-     r1722860 fixes the issue originally reported on dev@.
-     r1722879 fixes a follow-up issue found by the SPARC buildbot.
-     r1722887 removes similar logic from the membuffer cache although
-              that had not been reported a faulty. 
-     r1722861 has been included to make r1722879 merge cleanly.
-   Votes:
-     +1: stefan2, rhuijben
-
  * r1724448
    Fix handling of newly secured subdirectories in a working copy
    Justification:
@@ -165,3 +148,21 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r1722860, r1722861, r1722879, r1722887
+   Memory access portability issues.
+   Justification:
+     Not complying to the C standard is bad.  At the very least we
+     improve the signal/noise ratio when using memory sanitizers.
+     Part of this patch set (r1722879) fixes a crash on SPARC that
+     apparently gets masked by some lucky caller pattern.
+     Finally, these changes make the code actually simpler.
+   Notes:
+     r1722860 fixes the issue originally reported on dev@.
+     r1722879 fixes a follow-up issue found by the SPARC buildbot.
+     r1722887 removes similar logic from the membuffer cache although
+              that had not been reported a faulty. 
+     r1722861 has been included to make r1722879 merge cleanly.
+   Votes:
+     +1: stefan2, rhuijben, jamessan
+