Author: rhuijben
Date: Tue Mar 10 17:00:16 2015
New Revision: 1665618
URL: http://svn.apache.org/r1665618
Log:
* STATUS: Add r1665609 to existing nomination.
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=1665618&r1=1665617&r2=1665618&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Mar 10 17:00:16 2015
@@ -192,12 +192,15 @@ Other candidate changes:
Votes:
+1: rhuijben
- * r1665213, r1665259
- Fix case of serf's svn_ra_get_dir2() breaking the ra session for further
- operations.
+ * r1665213, r1665259, r1665609
+ Fix cases of serf's svn_ra_get_dir2() and svn_ra_get_log2() breaking the
+ ra session for further operations.
Justification:
Without this fix the next session usage after this operation may
- accidentally process the result of a still outstanding reques.
+ accidentally process the result of a still outstanding request.
+ Notes:
+ If caller just passed a scratch pool for a single request things would
+ usually have worked fine, but if not...
Votes:
+1: rhuijben