From owner-svn-doc-head@freebsd.org Thu Dec 13 19:55:48 2018 Return-Path: Delivered-To: svn-doc-head@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 AD47E133253C; Thu, 13 Dec 2018 19:55:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB7E6F59B; Thu, 13 Dec 2018 19:55:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A362248DC; Thu, 13 Dec 2018 19:55:48 +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 wBDJtmPE094061; Thu, 13 Dec 2018 19:55:48 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBDJtm8t094060; Thu, 13 Dec 2018 19:55:48 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812131955.wBDJtm8t094060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 13 Dec 2018 19:55:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52685 - head/en_US.ISO8859-1/htdocs/releases/12.0R/errata X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/errata X-SVN-Commit-Revision: 52685 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DB7E6F59B X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.83)[-0.828,0]; NEURAL_HAM_SHORT(-0.36)[-0.359,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 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, 13 Dec 2018 19:55:48 -0000 Author: gjb Date: Thu Dec 13 19:55:47 2018 New Revision: 52685 URL: https://svnweb.freebsd.org/changeset/doc/52685 Log: Add three items to 12.0-RELEASE errata: - disc1.iso for amd64 and i386 does not fit onto a 700MB CD. - boot messages do not list CPUs other than CPU0. - graphics/drm-kmod should be used instead of graphics/drm-stable-kmod or graphics/drm-legacy-kmod when the 2019Q1 branch is created. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/errata.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/errata.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/errata.xml Wed Dec 12 19:21:15 2018 (r52684) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/errata/errata.xml Thu Dec 13 19:55:47 2018 (r52685) @@ -119,6 +119,41 @@ It is currently unclear if an Errata Notice will be issued to re-enable use of &man.crypto.4;. + + + [2018-12-13] Due to the size of the base system of + &os; 12.0, the disc1.iso images for &arch.amd64; and + &arch.i386; do not fit onto a 700 MB + CD-ROM. As of &os; 12.0-RELEASE, + however, disc1.iso for these architectures can be written to + a flash drive, or to a DVD. + + See PR 233989 + for more information. + + + + [2018-12-13] Some users have reported + &os; 12.0-RELEASE boot messages do not report + CPUs other than CPU0. + This is expected behavior introduced in + r333334, and results in boot-time + reduction. + + + + [2018-12-13] The &os; 12.0 release notes mention + use of graphics/drm-stable-kmod and + graphics/drm-legacy-kmod + for modern graphics cards. These ports have been changed to + a "meta port" in the Ports Collection, and will be + renamed in the 2019Q1 quarterly branch, + after which graphics/drm-kmod should be used + instead. +