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 2015/03/18 12:36:27 UTC

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

Author: stefan2
Date: Wed Mar 18 11:36:26 2015
New Revision: 1667508

URL: http://svn.apache.org/r1667508
Log:
* STATUS:
  - Add justification the r1665894 group & vote for it.
  - Add r1665437 group (FS API fixes) & vote for it.
  - Add r1665438 group (Repos API fixes) & vote for it.

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=1667508&r1=1667507&r2=1667508&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Wed Mar 18 11:36:26 2015
@@ -200,7 +200,13 @@ Other candidate changes:
 
  * r1665894, r1667101
    Fix the noderev relatedness checks for FSFS (and FSX).
+   Justification:
+     Without this, the new public API function will return false results
+     when comparing nodes from different transactions.  That constallation
+     does not occur in our code but API users may want to use it to e.g.
+     detect conflicts between transactions early.
    Votes:
+     +1: stefan2
      +0: julianfoad (reviewed, not tested)
 
  * r1667228, r1667234, r1667228, r1667250, r1667258, r1667290
@@ -213,6 +219,22 @@ Other candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1665437, r1665896, r1666449, r1667106
+   Fixes to the public FS API declarations and documentation.
+   Justification:
+     Have a complete, correct and easily accessible API description.
+     None of these changes should affect generated code nor the ABI.
+   Votes:
+     +1: stefan2 
+
+ * r1665438, r1667107
+   Fixes to the public Repos layer API declarations and documentation.
+   Justification:
+     Have a complete, correct and easily accessible API description.
+     None of these changes should affect generated code nor the ABI.
+   Votes:
+     +1: stefan2 
+
 Veto-blocked changes:
 =====================