From 1494c578229a44776f611bf13e8df5b4bf56d9e2 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 30 Jun 2017 19:22:35 +0000 Subject: release.ent: - Update versions, and switch from 'snapshot' to 'release'. errata/article.xml: - Prune stale entries from 11.0-RELEASE. - Bump copyright date. relnotes/article.xml: - Remove several empty sections. readme/article.xml: - Fix a malformed URL. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- release/doc/en_US.ISO8859-1/errata/article.xml | 139 +++-------------------- release/doc/en_US.ISO8859-1/readme/article.xml | 5 +- release/doc/en_US.ISO8859-1/relnotes/article.xml | 18 --- release/doc/share/xml/release.ent | 14 +-- 4 files changed, 23 insertions(+), 153 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml index 3a8c033..6db0a63 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.xml +++ b/release/doc/en_US.ISO8859-1/errata/article.xml @@ -23,7 +23,7 @@ $FreeBSD$ - 2016 + 2017 The &os; Documentation Project @@ -95,17 +95,6 @@ - An issue was discovered with Amazon® EC2™ - images which would cause the virtual machine to hang during - boot when upgrading from previous FreeBSD versions. New - EC2™ installations are not affected, but existing - installations running earlier releases are advised to wait - until the issue is resolved in an Errata Notice before - upgrading. An Errata Notice to address this is planned - following the release. - - - &os;/&arch.i386; installed on ZFS may crash during boot when the ZFS pool mount is attempted while booting an unmodified GENERIC kernel. @@ -131,111 +120,10 @@ boot - A bug was diagnosed in interaction of the - pmap_activate() function and - TLB shootdown IPI - handler on amd64 systems which have PCID - features but do not implement the INVPCID - instruction. On such machines, such as SandyBridge™ - and IvyBridge™ microarchitectures, set the loader - tunable vm.pmap.pcid_enabled=0 during - boot: - - set vm.pmap.pcid_enabled=0 -boot - - Add this line to - /boot/loader.conf for the change to - persist across reboots: - - To check if the system is affected, check - &man.dmesg.8; for PCID listed in the - "Features2", and absence of - INVPCID in the "Structured Extended - Features". If the PCID feature is - not present, or INVPCID is present, - system is not affected. - - vm.pmap.pcid_enabled=0 - - - - The Release Notes erroneously states the - WITH_SYSTEM_COMPILER &man.src.conf.5; - option is enabled by default, however this was disabled - prior to the final release build. - - - - The release announcement stated "Wireless support - for 802.11n has been added." This was intended to - state "Wireless support for 802.11n has been added for - additional wireless network drivers." - - - - Some release notes pertaining to the Cavium ThunderX - platform (the &os;/&arch.arm64; reference platform) were - omitted: - - - - Support for the Cavium Virtualized - NIC ethernet driver has been added. - - - - Support for the GICv3 and ITS device - drivers has been added. - - - - Support for PCI Enhanced Allocation - support has been added. - - - - - - [2016-10-20] Several recent Dell - systems fail to find a bootable disk when the system boots - in Legacy/BIOS/CSM mode, the boot disk is partitioned with - GPT, and the Active flag in the - Protective MBR is not set. To work - around this issue, either configure the system to boot in - UEFI mode, or choose the "GPT - + Active" scheme. - - - - [2016-10-21] Support for sha512 and - skein checksumming has been added to the - ZFS filesystem. This was not mentioned - in the release notes. - - Systems being upgraded from earlier &os; releases with - ZFS will see a message in zpool - status output noting the pool is not at the - latest version, and some features may not be enabled. - Additional instructions on how to update - ZFS pools to the latest version and - update the boot blocks for all boot drives in the pool will - also be provided in the output. - - This information is also documented in - /usr/src/UPDATING, which is included if - the src component is selected during - installation. - - - - [2016-10-21] The size of the GPT - enabled ZFS boot blocks + The size of the GPT enabled + ZFS boot blocks (/boot/gptzfsboot) has increased past - 64K. Systems upgraded from older releases may experience + 82K. Systems upgraded from older releases may experience a problem where the size of the existing "freebsd-boot" partition is too small to hold the new gptzfsboot. @@ -249,16 +137,15 @@ boot - [2016-10-21] Due to a bug in earlier versions of - &man.clang.1; that is difficult to work around in the - upgrade process, to upgrade the system from sources via - buildworld to -CURRENT or &release;, it is necessary to - upgrade machines running 9.x to at least revision r286035, - or machines running 10.x to revision r286033. Source-based - upgrades from 10.3-RELEASE are not affected. This differs - from the historical situation where one could generally - upgrade from anywhere on earlier stable branches, so caution - should be exercised. + Due to a bug in earlier versions of &man.clang.1; that + is difficult to work around in the upgrade process, to + upgrade the system from sources via buildworld to -CURRENT + or &release;, it is necessary to upgrade machines running + 10.x to revision r286033. Source-based upgrades from + 10.3-RELEASE are not affected. This differs from the + historical situation where one could generally upgrade from + anywhere on earlier stable branches, so caution should be + exercised. diff --git a/release/doc/en_US.ISO8859-1/readme/article.xml b/release/doc/en_US.ISO8859-1/readme/article.xml index f98b801..e7d4d11 100644 --- a/release/doc/en_US.ISO8859-1/readme/article.xml +++ b/release/doc/en_US.ISO8859-1/readme/article.xml @@ -362,8 +362,9 @@ consulted as the current errata for this release. These other copies of the errata are located at &url.base;/releases/ - (as well as any sites which keep up-to-date mirrors of this + xlink:href="&url.base;/releases/">&os; &release.current; + page (as well as any sites which keep up-to-date + mirrors of this location). diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 6332038..78931df 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -795,12 +795,6 @@ This section covers changes and additions to file systems and other storage subsystems, both local and networked. - - General Storage - -   - - Networked Storage @@ -828,12 +822,6 @@ &man.loader.conf.5;, whereas vfs.zfs.debug_flags could not. - - - <literal>geom(4)</literal> - -   - @@ -854,12 +842,6 @@ TFTPFS, providing netboot support without requiring an NFS server. - - - Boot Menu Changes - -   - diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent index 4c5ab8f..827e3ba 100644 --- a/release/doc/share/xml/release.ent +++ b/release/doc/share/xml/release.ent @@ -6,7 +6,7 @@ - + - + - + - + @@ -37,10 +37,10 @@ or "release" --> - + - - + + -- cgit v1.1