Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6CDE5200C16 for ; Thu, 9 Feb 2017 18:58:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6B615160B50; Thu, 9 Feb 2017 17:58:22 +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 ACA1A160B4B for ; Thu, 9 Feb 2017 18:58:21 +0100 (CET) Received: (qmail 99340 invoked by uid 500); 9 Feb 2017 17:58:20 -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 99330 invoked by uid 99); 9 Feb 2017 17:58:20 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 17:58:20 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4C7B53A0F9A for ; Thu, 9 Feb 2017 17:58:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1782374 - /subversion/trunk/CHANGES Date: Thu, 09 Feb 2017 17:58:19 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170209175820.4C7B53A0F9A@svn01-us-west.apache.org> archived-at: Thu, 09 Feb 2017 17:58:22 -0000 Author: stsp Date: Thu Feb 9 17:58:19 2017 New Revision: 1782374 URL: http://svn.apache.org/viewvc?rev=1782374&view=rev Log: * CHANGES: Link to 1.10 release notes. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1782374&r1=1782373&r2=1782374&view=diff ============================================================================== --- subversion/trunk/CHANGES (original) +++ subversion/trunk/CHANGES Thu Feb 9 17:58:19 2017 @@ -2,6 +2,9 @@ Version 1.10.0 (?? ??? 2017, from /branches/1.10.x) http://svn.apache.org/repos/asf/subversion/tags/1.10.0 +See the 1.10 release notes for a more verbose overview of the changes since +the 1.9 release: https://subversion.apache.org/docs/release-notes/1.10.html + User-visible changes: - Major new features: * better interactive conflict resolution for tree conflicts (r1687489 et al)