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/08/24 18:01:08 UTC

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

Author: stefan2
Date: Mon Aug 24 16:01:07 2015
New Revision: 1697443

URL: http://svn.apache.org/r1697443
Log:
* STATUS:
  Compare and approve the r1674626 group (memcached with apr 1.3)
  after testing it on Windows.

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=1697443&r1=1697442&r2=1697443&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Aug 24 16:01:07 2015
@@ -15,16 +15,6 @@ Status of 1.9.1:
 Candidate changes:
 ==================
 
- * r1674626, r1674785
-   On Windows: Enable memcached support in libsvn_subr on apr-util 1.3+
-   Justification:
-     Apr-Util 1.3+ always provides memcached client support, so we can just
-     support this on Windows with a trivial buildsystem change. This makes the
-     behaviour similar to that on other platforms.
-   Votes:
-     +1: rhuijben, ivan
-     +0.9: brane (The change looks trivially correct, but I can't test it)
-
  * r1691928
    Fix issue #4584, "Non-canonical $HOME crashes GPG-agent support code".
    Justification:
@@ -128,6 +118,16 @@ Veto-blocked changes:
 Approved changes:
 =================
 
+ * r1674626, r1674785
+   On Windows: Enable memcached support in libsvn_subr on apr-util 1.3+
+   Justification:
+     Apr-Util 1.3+ always provides memcached client support, so we can just
+     support this on Windows with a trivial buildsystem change. This makes the
+     behaviour similar to that on other platforms.
+   Votes:
+     +1: rhuijben, ivan, stefan2
+     +0.9: brane (The change looks trivially correct, but I can't test it)
+
  * r1696222, r1696225
    Implement polling on named pipes on Windows to resolve svn+ssh:// problems
    Justification: