From owner-svn-src-stable-11@freebsd.org Tue Jul 17 11:44:05 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44604103BCDC; Tue, 17 Jul 2018 11:44:05 +0000 (UTC) (envelope-from peterj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE376850AE; Tue, 17 Jul 2018 11:44:04 +0000 (UTC) (envelope-from peterj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0ADC2E3E; Tue, 17 Jul 2018 11:44:04 +0000 (UTC) (envelope-from peterj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6HBi49M091359; Tue, 17 Jul 2018 11:44:04 GMT (envelope-from peterj@FreeBSD.org) Received: (from peterj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6HBi42u091358; Tue, 17 Jul 2018 11:44:04 GMT (envelope-from peterj@FreeBSD.org) Message-Id: <201807171144.w6HBi42u091358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: peterj set sender to peterj@FreeBSD.org using -f From: Peter Jeremy Date: Tue, 17 Jul 2018 11:44:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r336409 - stable/11 X-SVN-Group: stable-11 X-SVN-Commit-Author: peterj X-SVN-Commit-Paths: stable/11 X-SVN-Commit-Revision: 336409 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 11:44:05 -0000 Author: peterj Date: Tue Jul 17 11:44:04 2018 New Revision: 336409 URL: https://svnweb.freebsd.org/changeset/base/336409 Log: Retrospectively document SVN branch points for stable-11 and its releases. This is a direct commit to stable/11 because the releases are taken from this branch. Approved by: jhb (mentor) Differential Revision: https://reviews.freebsd.org/D16264 Modified: stable/11/UPDATING Modified: stable/11/UPDATING ============================================================================== --- stable/11/UPDATING Tue Jul 17 11:43:43 2018 (r336408) +++ stable/11/UPDATING Tue Jul 17 11:44:04 2018 (r336409) @@ -22,6 +22,9 @@ from older version of current across the gcc/clang cut prerequisites and upgrading, if you are not already using clang 3.5.0 or higher. +20180601: + The releng/11.2 branch has been created from stable/11@r334458. + 20180504: The tz database (tzdb) has been updated to 2018e. This version more correctly models time stamps in time zones with negative DST such as @@ -88,6 +91,9 @@ from older version of current across the gcc/clang cut starts, fsck will ask ``SAVE DATA TO FIND ALTERNATE SUPERBLOCKS'' to which you should answer yes. +20170629: + The releng/11.1 branch has been created from stable/11@r320475. + 20170518: arm64 builds now use the base system LLD 4.0.0 linker by default, instead of requiring that the aarch64-binutils port or package be @@ -174,6 +180,12 @@ from older version of current across the gcc/clang cut to use an extension of .pico instead. The purpose of this change is to avoid a name clash with shared libraries on case-insensitive file systems. On those file systems, foo.So is the same file as foo.so. + +20160811: + The releng/11.0 branch has been created from stable/11@r303970. + +20160708: + The stable/11 branch has been created from head@r302406. 20160622: The libc stub for the pipe(2) system call has been replaced with