You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/05/09 10:27:57 UTC

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

Author: stsp
Date: Tue May  9 10:27:56 2017
New Revision: 1794524

URL: http://svn.apache.org/viewvc?rev=1794524&view=rev
Log:
* STATUS: Vote for r1759116, 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=1794524&r1=1794523&r2=1794524&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue May  9 10:27:56 2017
@@ -48,16 +48,6 @@ Candidate changes:
    Votes:
      +1: luke1410, rhuijben
 
- * r1759116
-   Work around an APR bug in svn_io_file_trunc with buffered r/w files.
-   Justification:
-     Without this patch, trunc() will leave buffered file objects with
-     alternating read and write accesses in an inconsistent state.  Apart
-     from being a bug in one of our public APIs, this will cause corruptions
-     in FSFS when the strict-rep-sharing patches get backported.
-   Votes:
-     +1: stefan2, rhuijben
-
  * r1785053
    Never attempt to share directory representations in FSFS.
    Justification:
@@ -120,3 +110,13 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r1759116
+   Work around an APR bug in svn_io_file_trunc with buffered r/w files.
+   Justification:
+     Without this patch, trunc() will leave buffered file objects with
+     alternating read and write accesses in an inconsistent state.  Apart
+     from being a bug in one of our public APIs, this will cause corruptions
+     in FSFS when the strict-rep-sharing patches get backported.
+   Votes:
+     +1: stefan2, rhuijben, stsp