You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/10/23 13:56:59 UTC

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

Author: philip
Date: Fri Oct 23 11:56:59 2015
New Revision: 1710187

URL: http://svn.apache.org/viewvc?rev=1710187&view=rev
Log:
* STATUS: Vote/approve cleanup memory fix.

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=1710187&r1=1710186&r2=1710187&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Fri Oct 23 11:56:59 2015
@@ -88,13 +88,6 @@ Candidate changes:
    Votes:
      +1: ivan, rhuijben
 
- * r1706241
-   Resolve unneeded memory growth during pristine cleanup
-   Justification:
-     Simple iterpool reduces memory usage on applying deletes.
-   Votes:
-     +1: rhuijben, kotkov
-
  * r1706323, r1706324
    Fix a crash in libsvn_ra_serf's multistatus parser caused by dereferencing
    a null pointer.
@@ -180,3 +173,10 @@ Approved changes:
      Regression from 1.8, JVM SEGV.
    Votes:
      +1: philip, brane
+
+ * r1706241
+   Resolve unneeded memory growth during pristine cleanup
+   Justification:
+     Simple iterpool reduces memory usage on applying deletes.
+   Votes:
+     +1: rhuijben, kotkov, philip