Author: brane
Date: Tue Jun 23 07:58:37 2015
New Revision: 1686985
URL: http://svn.apache.org/r1686985
Log:
* branches/1.9.x/STATUS: Extend nomination and vote for the r1686478 group.
Note: I added r1686984 to the nomination to facilitate future
backports. It's not needed otherwise since it's only a tint comment change.
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=1686985&r1=1686984&r2=1686985&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Jun 23 07:58:37 2015
@@ -46,7 +46,7 @@ Other candidate changes:
Votes:
+1: stefan2
- * r1686478, r1686888
+ * r1686478, r1686888, r1686984
Make 'blame -g' work with old clients against new servers.
Justification:
Without this patch, old clients will "lose track" of what changes
@@ -56,7 +56,8 @@ Other candidate changes:
new server would cause much worse results in old clients especially
in simple cases where lines of development are kept in close sync.
Votes:
- +1: stefan2, rhuijben
+ +1: stefan2, rhuijben (without r1686984)
+ +1: brane
* r1682714, r1682854, r1683126, r1683135, r1683290
Fix segfaults in FSX's directory processing code.