You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2018/09/24 14:06:49 UTC

svn commit: r1841851 - /subversion/branches/1.11.x/STATUS

Author: rhuijben
Date: Mon Sep 24 14:06:49 2018
New Revision: 1841851

URL: http://svn.apache.org/viewvc?rev=1841851&view=rev
Log:
* STATUS: Cast vote. Extend nomination.

Modified:
    subversion/branches/1.11.x/STATUS

Modified: subversion/branches/1.11.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.11.x/STATUS?rev=1841851&r1=1841850&r2=1841851&view=diff
==============================================================================
--- subversion/branches/1.11.x/STATUS (original)
+++ subversion/branches/1.11.x/STATUS Mon Sep 24 14:06:49 2018
@@ -15,24 +15,14 @@ Status of 1.11.0:
 Candidate changes:
 ==================
 
- * r1841079,r1841481,r1841567
-   Move all experimental APIs to the private namespace.
-   Justification:
-     Unblock the 1.11 release
-   Notes: r1841481 is the main change, renaming the symbols to include "__".
-     r1841079 is included here to avoid merge conflicts: it removes older
-     experimental APIs that were 'deprecated' but did not exist in 1.10.
-     1841567 removes bogus '@since 1.X' annotations.
-   Votes:
-     +1: julianfoad, brane
-
- * r1841725
+ * r1841725, r1841850
    Use an iterpool during interactive conflict resolution.
    Justification:
      Reduces the chance of resource exhaustion in case the resolver goes
      into an endless loop due to a bug (see r1841731 for an example).
    Votes:
-     +1: stsp, jcorvel
+     +1: stsp, jcorvel (without r1841850)
+     +1: rhuijben
 
  * r1841719, r1841742
    Add support for 'local missing' conflicts with directories.
@@ -72,3 +62,14 @@ Approved changes:
      Support transitioning from 1.10 to 1.11 experimental shelving.
    Votes:
      +1: julianfoad, brane, jcorvel
+
+ * r1841079,r1841481,r1841567
+   Move all experimental APIs to the private namespace.
+   Justification:
+     Unblock the 1.11 release
+   Notes: r1841481 is the main change, renaming the symbols to include "__".
+     r1841079 is included here to avoid merge conflicts: it removes older
+     experimental APIs that were 'deprecated' but did not exist in 1.10.
+     1841567 removes bogus '@since 1.X' annotations.
+   Votes:
+     +1: julianfoad, brane, rhuijben