You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/09/12 16:14:32 UTC

svn commit: r1383953 - /subversion/branches/1.7.x/STATUS

Author: cmpilato
Date: Wed Sep 12 14:14:32 2012
New Revision: 1383953

URL: http://svn.apache.org/viewvc?rev=1383953&view=rev
Log:
Expand scope of r1383483 group to include similar bug fixes.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1383953&r1=1383952&r2=1383953&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Sep 12 14:14:32 2012
@@ -148,13 +148,17 @@ Candidate changes:
    Votes:
      +1: stsp
 
- * r1383483
+ * r1365519, r1383029, r1383483
    Fix assertions in ra_serf triggered when communicating with a
    repository hosted at the server root URL.
    Justification:
      Assertions tell us that stuff is wrong.  Very wrong.
+   Notes:
+     r1365519: renames variables; dups a string into the session pool
+     r1383029: fixes svn_ra_serf__reparent to avoid NULL url.path
+     r1383483: fixes a couple of other NULL url.path instances
    Branch:
-     ^/subversion/branches/1.7.x-r1383483
+     ^/subversion/branches/1.7.x-serf-server-root-segfaults
    Votes:
      +1: cmpilato