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 2013/04/27 12:27:44 UTC

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

Author: stefan2
Date: Sat Apr 27 10:27:44 2013
New Revision: 1476549

URL: http://svn.apache.org/r1476549
Log:
* branches/1.8.x/STATUS: fix indentation to make parsers happy

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=1476549&r1=1476548&r2=1476549&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Sat Apr 27 10:27:44 2013
@@ -100,18 +100,18 @@ Candidate changes:
    Votes:
      +1: julianfoad
 
-* r1475772, r1476092
-  Fix a bug in authz file processing where group and user names were
-  not treated case-sensitively, which could lead to unpredictable
-  results depending on the ordering of the authz config entries.
-  See http://subversion.tigris.org/issues/show_bug.cgi?id=4361
-  Justification:
-    See above about unpredictable results. A related fix for
-    repository paths handling was made in 1.7.0.
-  Notes:
-    r1476092 is the CHANGES update.
-  Votes:
-    +1: brane
+ * r1475772, r1476092
+   Fix a bug in authz file processing where group and user names were
+   not treated case-sensitively, which could lead to unpredictable
+   results depending on the ordering of the authz config entries.
+   See http://subversion.tigris.org/issues/show_bug.cgi?id=4361
+   Justification:
+     See above about unpredictable results. A related fix for
+     repository paths handling was made in 1.7.0.
+   Notes:
+     r1476092 is the CHANGES update.
+   Votes:
+     +1: brane
 
  * r1476193
    Reset SQLite statements on error during 1.7 to 1.8 upgrade.