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/09/14 11:31:38 UTC

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

Author: stefan2
Date: Mon Sep 14 09:31:38 2015
New Revision: 1702883

URL: http://svn.apache.org/r1702883
Log:
* STATUS: Vote for and approve r1701638 (prestine install performance),
          r1701997 and r1702247 (both segfaults)

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=1702883&r1=1702882&r2=1702883&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Sep 14 09:31:38 2015
@@ -61,24 +61,6 @@ Candidate changes:
    Votes:
      +0.9: rhuijben (Minor behavior change. Needs more dev@ discussion)
 
- * r1701638
-   Remove unneeded io operation on pristine install
-   Justification:
-     Every IO operation counts in checkout performance. Doing something
-     that is never necessary just slows things down. (The rename handling
-     would handle read-only just fine... And matching SHA-1 is handled at
-     a higher level)
-   Votes:
-     +1: rhuijben, ivan
-
- * r1701997
-   Fix crash due access to uninitialized pointer.
-   Justification:
-     Access to uninitialized pointer is some unknown conditions. Reported
-     multiple times using TortoiseSVN crash reporter tool.
-   Votes:
-     +1: ivan, rhuijben
-
  * r1702237, r1702238, r1702239
    Resolve using uninitialized conflict when non-recursive reverting move
    Justification:
@@ -86,13 +68,6 @@ Candidate changes:
    Votes:
      +1: rhuijben, ivan
 
- * r1702247
-   Resolve segfault incoming delete of tree containing switched paths
-   Justification:
-     Segfault. User reported.
-   Votes:
-     +1: rhuijben, ivan
-
  * r1702218, r1702474, r1702478
    Fix segfault in 'svn upgrade' of pre-Subversion 1.3 working copies with
    externals.
@@ -116,3 +91,29 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r1701638
+   Remove unneeded io operation on pristine install
+   Justification:
+     Every IO operation counts in checkout performance. Doing something
+     that is never necessary just slows things down. (The rename handling
+     would handle read-only just fine... And matching SHA-1 is handled at
+     a higher level)
+   Votes:
+     +1: rhuijben, ivan, stefan2
+
+ * r1701997
+   Fix crash due access to uninitialized pointer.
+   Justification:
+     Access to uninitialized pointer is some unknown conditions. Reported
+     multiple times using TortoiseSVN crash reporter tool.
+   Votes:
+     +1: ivan, rhuijben, stefan2
+
+ * r1702247
+   Resolve segfault incoming delete of tree containing switched paths
+   Justification:
+     Segfault. User reported.
+   Votes:
+     +1: rhuijben, ivan, stefan2
+