From owner-svn-doc-head@freebsd.org Thu Sep 22 18:52:29 2016 Return-Path: Delivered-To: svn-doc-head@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 0D1D2BE5878; Thu, 22 Sep 2016 18:52:29 +0000 (UTC) (envelope-from gjb@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 D9955B; Thu, 22 Sep 2016 18:52:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8MIqSQh044858; Thu, 22 Sep 2016 18:52:28 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8MIqS7N044857; Thu, 22 Sep 2016 18:52:28 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201609221852.u8MIqS7N044857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 22 Sep 2016 18:52:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49420 - head/en_US.ISO8859-1/htdocs/releases/11.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 18:52:29 -0000 Author: gjb Date: Thu Sep 22 18:52:27 2016 New Revision: 49420 URL: https://svnweb.freebsd.org/changeset/doc/49420 Log: Regen after r306207. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/11.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/11.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.0R/relnotes.html Thu Sep 22 18:34:45 2016 (r49419) +++ head/en_US.ISO8859-1/htdocs/releases/11.0R/relnotes.html Thu Sep 22 18:52:27 2016 (r49420) @@ -1,5 +1,5 @@ -FreeBSD 11.0-RELEASE Release Notes

FreeBSD 11.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD 11.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are @@ -18,7 +18,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2016-09-22 18:31:50Z by gjb.
Abstract

The release notes for FreeBSD 11.0-RELEASE contain + ® symbol.

Last modified on 2016-09-22 18:51:37Z by gjb.
Abstract

The release notes for FreeBSD 11.0-RELEASE contain a summary of the changes made to the FreeBSD base system on the 11.0-STABLE development line. This document lists applicable security advisories that were issued since the last @@ -443,10 +443,10 @@ Collection to use a modern version of the library. [r268461]

The strptime(3) library has been updated to add support for POSIX-2001 features %U and - %W. [r272273]

The dl_iterate_phdr(3) library has been - changed to always return the path name of the - ELF object in the - dlpi_name structure member. [r272842,272848] + %W. [r272273]

The + dl_iterate_phdr(3) library has been changed to always + return the path name of the ELF object in + the dlpi_name structure member. [r272848] (Sponsored by The FreeBSD Foundation)

The libxo(3) library has been imported to the base system. [r273562] @@ -646,14 +646,14 @@ (Sponsored by The FreeBSD Foundation)

The kern.osrelease and kern.osreldate are now configurable - jail(8) parameters. [r279361]

The devfs(5) device filesystem has - been changed to update timestamps for read/write operations - using seconds precision. A new sysctl(8), + jail(8) parameters. [r279361]

The devfs(5) device filesystem has been changed to + update timestamps for read/write operations using seconds + precision. A new sysctl(8), vfs.devfs.dotimes has been added, which when set to a non-zero value, enables default precision - timestamps for these operations. [r280308,280949] + timestamps for these operations. [r280949] (Sponsored by - iXsystems, The FreeBSD Foundation)

A new + iXsystems, The FreeBSD Foundation)

A new sysctl(8), kern.racct.enable, has been added, which when set to a non-zero value allows using rctl(8) with the GENERIC kernel. @@ -820,7 +820,7 @@ certain PowerPC hardware, such as aluminum PowerBook ®. [r274733]

The hwpmc(4) driver has been updated to correct performance counter sampling on PowerPC G4 - (MPC74xxx) and G5 class processors. [r275171,275190]

The + (MPC74xxx) and G5 class processors. [r275190]

The OpenCrypto framework has been updated to include AES-ICM and AES-GCM modes, both of which have also been