From owner-svn-src-all@freebsd.org Fri Mar 25 00:58:35 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C28ADC280; Fri, 25 Mar 2016 00:58:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 645B81B08; Fri, 25 Mar 2016 00:58:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P0wY9Q022367; Fri, 25 Mar 2016 00:58:34 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2P0wYP1022366; Fri, 25 Mar 2016 00:58:34 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201603250058.u2P0wYP1022366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Fri, 25 Mar 2016 00:58:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r297262 - releng/10.3 X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 00:58:35 -0000 Author: marius Date: Fri Mar 25 00:58:34 2016 New Revision: 297262 URL: https://svnweb.freebsd.org/changeset/base/297262 Log: Anticipate the expected 10.3-RELEASE date. Approved by: re (implicit) Modified: releng/10.3/UPDATING Modified: releng/10.3/UPDATING ============================================================================== --- releng/10.3/UPDATING Fri Mar 25 00:58:15 2016 (r297261) +++ releng/10.3/UPDATING Fri Mar 25 00:58:34 2016 (r297262) @@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20160329: + 10.3-RELEASE. + 20160124: The NONE and HPN patches has been removed from OpenSSH. They are still available in the security/openssh-portable port.