You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/04 23:33:39 UTC

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

Author: breser
Date: Tue Feb  4 22:33:39 2014
New Revision: 1564541

URL: http://svn.apache.org/r1564541
Log:
* STATUS: Approve r1534149 group.

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=1564541&r1=1564540&r2=1564541&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Feb  4 22:33:39 2014
@@ -62,19 +62,6 @@ Candidate changes:
                    a related problem. It looks like this fix doesn't work for
                    the user scenario it was intended for)
 
- * r1534149, r1535676
-   In the windows CryptoAPI ssl certificate verification, properly handle
-   certificates that are only trusted via intermediate authorities.
-   Justification:
-      While not strictly a bug, intermediate authorities are getting more
-      common since recent Certificate Authority incidents.
-   Notes:
-      rhuijben: This introduces a new credential type as private API.
-      Not sure about our strict ABI guarantees here, but this affects
-      usability of users migrating to cloud platforms, etc.
-   Votes:
-     +1: rhuijben, steveking
-
  * r1531014, r1532316, r1536350, r1536383, r1536464, r1536488
    Fix working copy database inconsistency on certain move scenarios,
    including those described in issue #4437 "Deleting a moved file can maintain a
@@ -268,3 +255,16 @@ Approved changes:
      matches our claim to streaminess.
    Votes:
      +1: stefan2, philip, breser
+
+ * r1534149, r1535676
+   In the windows CryptoAPI ssl certificate verification, properly handle
+   certificates that are only trusted via intermediate authorities.
+   Justification:
+      While not strictly a bug, intermediate authorities are getting more
+      common since recent Certificate Authority incidents.
+   Notes:
+      rhuijben: This introduces a new credential type as private API.
+      Not sure about our strict ABI guarantees here, but this affects
+      usability of users migrating to cloud platforms, etc.
+   Votes:
+     +1: rhuijben, steveking, breser