You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/07/04 14:46:17 UTC

svn commit: r1499738 - /subversion/branches/1.8.x/STATUS

Author: philip
Date: Thu Jul  4 12:46:16 2013
New Revision: 1499738

URL: http://svn.apache.org/r1499738
Log:
* STATUS: Vote/approve issue 4388 fix.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1499738&r1=1499737&r2=1499738&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Jul  4 12:46:16 2013
@@ -172,17 +172,6 @@ Candidate changes:
    Votes:
      +1: stsp
 
- * r1499095, r1499096
-   Fix issue #4388, crash during tree conflict resolution.
-   Justification:
-     Segfault can be triggered by sequence of client commands (see issue).
-     Regression from 1.7.
-   Notes:
-     r1499095 fixes the crash shown in the issue.
-     r1499096 should prevent a similar problem, found by code inspection.
-   Votes:
-      +1: stsp, gstein
-
  * r1498885
    Correctly initialize the node kind in the Ev2 shims' change table.
    Justification:
@@ -274,3 +263,13 @@ Approved changes:
    Votes:
      +1: danielsh, stefan2, philip
 
+ * r1499095, r1499096
+   Fix issue #4388, crash during tree conflict resolution.
+   Justification:
+     Segfault can be triggered by sequence of client commands (see issue).
+     Regression from 1.7.
+   Notes:
+     r1499095 fixes the crash shown in the issue.
+     r1499096 should prevent a similar problem, found by code inspection.
+   Votes:
+      +1: stsp, gstein, philip