You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2016/04/21 11:42:19 UTC

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

Author: danielsh
Date: Thu Apr 21 09:42:19 2016
New Revision: 1740266

URL: http://svn.apache.org/viewvc?rev=1740266&view=rev
Log:
* STATUS: Fix an off-by-one error that caused offlist questions.
   While here, fix a minor formatting issue that matters for the parsing script.

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=1740266&r1=1740265&r2=1740266&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Apr 21 09:42:19 2016
@@ -14,6 +14,7 @@ Status of 1.8.16:
 
 Candidate changes:
 ==================
+
  * r1536854
    Make 'svnadmin verify' detect inconsistencies that will prevent loading
    dump files.
@@ -158,4 +159,4 @@ Approved changes:
    Votes:
      +1: rhuijben, stefan2, stsp
      +0: danielsh (hard to review all potential causes of expanded_size==0 in
-                   7*3*2 cases (1.1-1.8) * (file/dir/prop rep) * (plain/delta))
+                   8*3*2 cases (1.1-1.8) * (file/dir/prop rep) * (plain/delta))