Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA92D1771F for ; Fri, 17 Apr 2015 21:42:30 +0000 (UTC) Received: (qmail 83666 invoked by uid 500); 17 Apr 2015 21:42:30 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 83618 invoked by uid 500); 17 Apr 2015 21:42:30 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 83608 invoked by uid 99); 17 Apr 2015 21:42:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 21:42:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ben@reser.org designates 50.197.89.41 as permitted sender) Received: from [50.197.89.41] (HELO mail.brain.org) (50.197.89.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 21:42:04 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.brain.org (Postfix) with ESMTP id 0249C179E08A for ; Fri, 17 Apr 2015 14:42:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at fornix.brain.org Received: from mail.brain.org ([127.0.0.1]) by localhost (fornix.brain.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WoHQlG6ns7C8 for ; Fri, 17 Apr 2015 14:42:01 -0700 (PDT) Received: from vpn-1.brain.org (vpn-1.brain.org [10.0.2.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.brain.org (Postfix) with ESMTPSA id AD075179E080 for ; Fri, 17 Apr 2015 14:42:01 -0700 (PDT) Message-ID: <55317E29.5080106@reser.org> Date: Fri, 17 Apr 2015 14:42:01 -0700 From: Ben Reser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: dev@subversion.apache.org Subject: Re: Ready for 1.9.0RC1 next Friday? References: <552F38A3.3050300@reser.org> In-Reply-To: <552F38A3.3050300@reser.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 4/15/15 9:20 PM, Ben Reser wrote: > The blockers in the STATUS file are now merged. This leaves Issue #4560 and > Bert's 2 changes that can't go into 1.9.1 or later. Bert's changes look like > there's a significant possibility they will be approved soon. I was somewhat > hoping to roll the RC1 today but I think I'll wait a bit longer for those two > changes. These are approved now. There's a new one but I'm going to punt on it. If it gets approved and we have an RC2 (probably will) then maybe it will make it anyway. But not going to hold up the process for that. > However, I think we should just punt on Issue #4560. It looks to me like > either a documentation bug or an implementation bug. The contents of a hash > are not something that I'm inclined to believe should hold up a release. So if > someone knowledge on this issue can chime in and give some opinions it would be > appreciated. This has been resolved and nominated for backport. Need to get it approved. > The other issue that exists but isn't really documented in STATUS or the issue > tracker right now is the issue with SWIG 3.0.3+ and the Python bindings. We > discussed this on IRC today. We have a few options available to us. Make > configure refuse to work with SWIG 3.0.3+, putting some somewhat ugly changes > into the bindings to deal with the problem, or doing nothing and telling people > to use the generated sources included with the tarball if they have a newer > SWIG. My inclination is not to hold up RC1 for this. It is something we can > put in subsequent RCs if we have them or subsequent 1.9.x releases. If someone doesn't beat me to it I'm going to block the use of SWIG 3 for now and adjust our release process to use the most recent SWIG 2 version for the pre-generated sources. If we find solutions to this we can loosen this back up in a subsequent 1.9.x release. So once the pending backports are approved I'll roll a RC1.