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 2013/10/21 15:55:59 UTC

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

Author: rhuijben
Date: Mon Oct 21 13:55:59 2013
New Revision: 1534160

URL: http://svn.apache.org/r1534160
Log:
* STATUS: Nominate some recent changes

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=1534160&r1=1534159&r2=1534160&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Oct 21 13:55:59 2013
@@ -121,6 +121,27 @@ Candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1534102
+   On Windows: stop linking agains psapi.dll.
+   Justification:
+     Removes a 100% dependency on Windows components that are usually not loaded.
+     Affects initial performance of svn.exe invocations.
+   Votes:
+     +1: rhuijben
+     
+ * r1534149
+   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
+
 Veto-blocked changes:
 =====================