Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 001E660E6 for ; Wed, 13 Jul 2011 21:05:31 +0000 (UTC) Received: (qmail 96560 invoked by uid 500); 13 Jul 2011 21:05:31 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 96461 invoked by uid 500); 13 Jul 2011 21:05:31 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 96454 invoked by uid 99); 13 Jul 2011 21:05:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 21:05:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 21:05:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D040323888CB for ; Wed, 13 Jul 2011 21:05:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1146476 - /subversion/branches/1.7.x/STATUS Date: Wed, 13 Jul 2011 21:05:07 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110713210507.D040323888CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stsp Date: Wed Jul 13 21:05:07 2011 New Revision: 1146476 URL: http://svn.apache.org/viewvc?rev=1146476&view=rev Log: * STATUS (for 1.7.x): Add some new votes, and tweak an existing one of mine. 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=1146476&r1=1146475&r2=1146476&view=diff ============================================================================== --- subversion/branches/1.7.x/STATUS (original) +++ subversion/branches/1.7.x/STATUS Wed Jul 13 21:05:07 2011 @@ -22,7 +22,7 @@ Candidate changes: the 1.7.x line (i.e., in a subsequent patch release). Votes: +1: danielsh, rhuijben - -1: stsp (no-op API change) + -1: stsp (this change intends to introduce a new feature) -1: cmpilato (no-op API change -- will reconsider if real utility is added) -1: gstein (callers have no idea if the function will do anything since they don't know if they're working with 1.7.0 or @@ -38,22 +38,6 @@ Candidate changes: -0: cmpilato, rhuijben, gstein (problem is with callers, not implementation) - * r1146274 - Make svn_client_infoX() return proper results for tree conflicts. Without - this patch the structure is just memcleared instead of properly set to - uninitialized. - Justification: - Resolve regression and remove confusion by future callers. - Votes: - +1: rhuijben, gstein - - * r1146222 - Add a NULL check in an error path. - Justification - Avoids segfaults. - Votes: - +1: danielsh, gstein - Candidate changes for 1.7.x (can be backported post-1.7.0 too): =========================== @@ -76,3 +60,19 @@ Approved changes: and would have to wait for 1.8.0 if it doesn't get in 1.7.0. Votes: +1: rhuijben, cmpilato, gstein + + * r1146222 + Add a NULL check in an error path. + Justification + Avoids segfaults. + Votes: + +1: danielsh, gstein, stsp + + * r1146274 + Make svn_client_infoX() return proper results for tree conflicts. Without + this patch the structure is just memcleared instead of properly set to + uninitialized. + Justification: + Resolve regression and remove confusion by future callers. + Votes: + +1: rhuijben, gstein, stsp