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 14:08:08 UTC

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

Author: philip
Date: Fri Oct 23 12:08:08 2015
New Revision: 1710191

URL: http://svn.apache.org/viewvc?rev=1710191&view=rev
Log:
* STATUS: Vote/approve serf diff SEGV 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=1710191&r1=1710190&r2=1710191&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Fri Oct 23 12:08:08 2015
@@ -77,17 +77,6 @@ Candidate changes:
    Votes:
      +1: danielsh
 
- * r1705060, r1705062, r1705064, r1705088
-   Resolve segfault in 'svn diff' when repository is on server root.
-   Justification:
-     Segfault. User reported. Regression from 1.8.x.
-   Notes:
-     r1705064 is the actual fix, other revisions are refactoring to
-     reuse common code. There are other suspicious usage of apr_uri_parse()
-     in ra_serf, but I'm going to resolve them separately.
-   Votes:
-     +1: ivan, rhuijben
-
  * r1706323, r1706324
    Fix a crash in libsvn_ra_serf's multistatus parser caused by dereferencing
    a null pointer.
@@ -180,3 +169,14 @@ Approved changes:
      Simple iterpool reduces memory usage on applying deletes.
    Votes:
      +1: rhuijben, kotkov, philip
+
+ * r1705060, r1705062, r1705064, r1705088
+   Resolve segfault in 'svn diff' when repository is on server root.
+   Justification:
+     Segfault. User reported. Regression from 1.8.x.
+   Notes:
+     r1705064 is the actual fix, other revisions are refactoring to
+     reuse common code. There are other suspicious usage of apr_uri_parse()
+     in ra_serf, but I'm going to resolve them separately.
+   Votes:
+     +1: ivan, rhuijben, philip