Index: head/en_US.ISO8859-1/htdocs/releases/12.1R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.1R/Makefile (revision 53298) +++ head/en_US.ISO8859-1/htdocs/releases/12.1R/Makefile (revision 53299) @@ -1,80 +1,83 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif .if exists(Makefile.hardware) .include "Makefile.hardware" .endif RELN_ROOT?= ${.CURDIR} DOCS= index.xml \ schedule.xml DATA= docbook.css -#SUBDIR= errata readme relnotes installation +#SUBDIR= errata +#SUBDIR+= readme +SUBDIR+= relnotes +#SUBDIR+= installation #.if exists(${SVN}) #SUBDIR+=hardware #.endif # PGP-signed checksums _BIGIRON?= amd64 \ i386 \ powerpc \ powerpc-powerpc64 \ powerpc-powerpcspe \ sparc64 \ arm64-aarch64 _VMS?= amd64 \ i386 \ arm64-aarch64 _ARM_ARMV6?= RPI-B _ARM_ARMV7?= BANANAPI \ BEAGLEBONE \ CUBIEBOARD \ CUBIEBOARD2 \ CUBOX-HUMMINGBOARD \ GENERICSD \ PANDABOARD \ RPI2 \ WANDBOARD _ARM64_AARCH64?=PINE64 \ PINE64-LTS \ RPI3 # Do not look for checksums if BRANCH != RC* or RELEASE. # Special handling will be needed for cases where BRANCH # is RELEASE-pNN, for example, the 11.0-RELEASE really being # 11.0-RELEASE-p1. .if (${_BRANCH:MRC*} != "" || ${_BRANCH:MRELEASE} != "") .for CHECKSUM in SHA512 SHA256 . for _B in ${_BIGIRON} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc . endfor . for _V in ${_VMS} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc . endfor . for _A in ${_ARM_ARMV6} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc . endfor . for _A in ${_ARM_ARMV7} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7-${_A}.asc . endfor . for _A in ${_ARM64_AARCH64} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc . endfor .endfor .endif # _BRANCH !RC* || RELEASE* .include "${DOC_PREFIX}/share/mk/web.site.mk" Index: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml (revision 53299) @@ -0,0 +1,374 @@ + + + %release; + + %sponsor; + + %vendor; + + +]> +
+ + + &os; &release.current; Release Notes + + + The &os; Project + + + $FreeBSD$ + + 2019 + The &os; Documentation + Project + + + + &tm-attrib.freebsd; + &tm-attrib.ibm; + &tm-attrib.ieee; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + The release notes for &os; &release.current; contain + a summary of the changes made to the &os; base system on the + &release.branch; development line. This document lists + applicable security advisories that were issued since the last + release, as well as significant changes to the &os; kernel and + userland. Some brief remarks on upgrading are also + presented. + + + + + Introduction + + This document contains the release notes for &os; + &release.current;. It describes recently added, changed, or + deleted features of &os;. It also provides some notes on + upgrading from previous versions of &os;. + + The &release.type; distribution to + which these release notes apply represents the latest point + along the &release.branch; development branch since + &release.branch; was created. Information regarding pre-built, + binary &release.type; distributions along this branch can be + found at &release.url;. + + The &release.type; distribution to + which these release notes apply represents a point along the + &release.branch; development branch between &release.prev; and + the future &release.next;. Information regarding pre-built, + binary &release.type; distributions along this branch can be + found at &release.url;. + + This distribution of &os; + &release.current; is a &release.type; distribution. It can be + found at &release.url; or + any of its mirrors. More information on obtaining this (or + other) &release.type; distributions of &os; can be found in the + Obtaining + &os; appendix to the &os; + Handbook. + + All users are encouraged to consult the release errata + before installing &os;. The errata document is updated with + late-breaking information discovered late in the + release cycle or after the release. Typically, it contains + information on known bugs, security advisories, and corrections + to documentation. An up-to-date copy of the errata for &os; + &release.current; can be found on the &os; Web site. + + This document describes the most user-visible new or changed + features in &os; since &release.prev;. In general, changes + described here are unique to the &release.branch; branch unless + specifically marked as &merged; features. + + Typical release note items document recent security + advisories issued after &release.prev;, new drivers or hardware + support, new commands or options, major bug fixes, or + contributed software upgrades. They may also list changes to + major ports/packages or release engineering practices. Clearly + the release notes cannot list every single change made to &os; + between releases; this document focuses primarily on security + advisories, user-visible changes, and major architectural + improvements. + + + + Upgrading from Previous Releases of &os; + + Binary upgrades between RELEASE versions + (and snapshots of the various security branches) are supported + using the &man.freebsd-update.8; utility. The binary upgrade + procedure will update unmodified userland utilities, as well as + unmodified GENERIC kernels distributed as a part of an official + &os; release. The &man.freebsd-update.8; utility requires that + the host being upgraded have Internet connectivity. + + Source-based upgrades (those based on recompiling the &os; + base system from source code) from previous versions are + supported, according to the instructions in + /usr/src/UPDATING. + + + Upgrading &os; should only be attempted after backing up + all data and configuration files. + + + + + Security and Errata + + This section lists the various Security Advisories and + Errata Notices since &release.prev;. + + + Security Advisories + + &security; + + + + Errata Notices + + &errata; + + + + + Userland + + This section covers changes and additions to userland + applications, contributed software, and system utilities. + + + Userland Configuration Changes + +   + + + + Userland Application Changes + +   + + + + Contributed Software + +   + + + + Installation and Configuration Tools + +   + + + + <filename class="directory">/etc/rc.d</filename> + Scripts + +   + + + + Runtime Libraries and API + +   + + + + ABI Compatibility + +   + + + + + Kernel + + This section covers changes to kernel configurations, system + tuning, and system control parameters that are not otherwise + categorized. + + + Kernel Bug Fixes + +   + + + + Kernel Configuration + +   + + + + + Devices and Drivers + + This section covers changes and additions to devices and + device drivers since &release.prev;. + + + Device Drivers + +   + + + + Network Drivers + +   + + + + Deprecated Drivers + +   + + + + + Hardware Support + + This section covers general hardware support for physical + machines, hypervisors, and virtualization environments, as well + as hardware changes and updates that do not otherwise fit in + other sections of this document. + + + Hardware Support + +   + + + + Graphics Support + +   + + + + Virtualization Support + +   + + + + ARM Support + +   + + + + + Storage + + This section covers changes and additions to file systems + and other storage subsystems, both local and networked. + + + General Storage + +   + + + + Networked Storage + +   + + + + ZFS + +   + + + + + Boot Loader Changes + + This section covers the boot loader, boot menu, and other + boot-related changes. + + + Boot Loader Changes + +   + + + + + Networking + + This section describes changes that affect networking in + &os;. + + + General Network + +   + + + + Network Protocols + +   + + + + + Ports Collection and Package Infrastructure + + This section covers changes to the &os; Ports + Collection, package infrastructure, and package maintenance and + installation tools. + + + Packaging Changes + +   + + + + + Documentation + + This section covers changes to the &os; Documentation + Project sources and toolchain. + + + Documentation Source Changes + +   + + + + + Release Engineering and Integration + + This section convers changes that are specific to the + &os; Release Engineering processes. + + + Integration Changes + +   + + +
Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/Makefile (revision 53299) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOC= relnotes +FORMATS?= html txt +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED= + +XSLTPROCFLAGS+= --param toc.section.depth "'3'" +XSLXHTML= http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml-release.xsl + +.PHONY: ${DOC}.parsed.xml +.PHONY: ${DOC}.html + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property