From dev-return-37444-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Fri Feb 9 18:16:02 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 64764180654 for ; Fri, 9 Feb 2018 18:16:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 53A47160C4C; Fri, 9 Feb 2018 17:16:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 910F9160C2E for ; Fri, 9 Feb 2018 18:16:01 +0100 (CET) Received: (qmail 75394 invoked by uid 500); 9 Feb 2018 17:15:58 -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 75303 invoked by uid 99); 9 Feb 2018 17:15:58 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2018 17:15:58 +0000 Received: from [192.168.1.5] (unknown [81.174.159.228]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id 5AD27B7D for ; Fri, 9 Feb 2018 17:15:57 +0000 (UTC) Subject: Re: Subversion 1.10 RC1? From: Julian Foad To: Svn dev References: <277282b9-aebf-6156-8244-d50c70e9f3af@apache.org> <4dd2b449-3ce9-9249-3f82-a2ef0fbdca04@apache.org> <399cb6f6-bdcd-73ed-9c9f-db06d8ea7165@apache.org> Message-ID: <2956df0b-6ec3-5de3-e58f-591fc447c5c2@apache.org> Date: Fri, 9 Feb 2018 17:15:56 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Julian Foad wrote: > Julian Foad wrote on 2017-12-15: >> The 1.10 release branch has been created. Progress update: * 1.9 compatibility testing is done. Philip determined that the mixed- version test failures are not release critical. * We are aware of two blockers: - STATUS has r1820778 tagged as a blocker: https://issues.apache.org/jira/browse/SVN-4718 Make the reporting of commit capabilites such as SVNDIFF version and PUT checksums depend on the master version when a master-slave proxy version is configured. This allows 1.10 to be a slave proxy [...] - The protocol changes related to enabling LZ4/svndiff2 need to be documented in the release notes. Mid-March is now the earliest possible date for 1.10 release. - Julian