Index: head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile (revision 49478) +++ head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile (revision 49479) @@ -1,62 +1,63 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif _OS?= FreeBSD _REVISION?= 11.0 _BRANCH?= RC3 THISRELEASE?= ${_OS}-${_REVISION}-${_BRANCH} DOCS= index.xml \ schedule.xml \ signatures.xml \ todo.xml DATA= docbook.css \ + errata.html \ hardware.html \ installation.html \ readme.html \ relnotes.html # PGP-signed checksums _BIGIRON?= amd64 \ i386 \ powerpc \ powerpc-powerpc64 \ sparc64 \ arm64-aarch64 _VMS?= amd64 \ i386 \ aarch64 _ARM?= BANANAPI \ BEAGLEBONE \ CUBIEBOARD \ CUBIEBOARD2 \ CUBOX-HUMMINGBOARD \ GUMSTIX \ PANDABOARD \ RPI-B \ RPI2 \ WANDBOARD .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} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc . endfor .endfor .include "${DOC_PREFIX}/share/mk/web.site.mk" Index: head/en_US.ISO8859-1/htdocs/releases/11.0R/index.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.0R/index.xml (revision 49478) +++ head/en_US.ISO8859-1/htdocs/releases/11.0R/index.xml (revision 49479) @@ -1,60 +1,58 @@ ]> &title; $FreeBSD$

Introduction

This is the index page for &os; &local.rel;. For more information about the release engineering process, please see the Release Engineering section of the web site.

Detailed Information

More detailed information, such as release notes and hardware notes can be found at these pages:

&os; &local.rel;-RELEASE signed checksum files
&os; &local.rel;-RELEASE hardware information
&os; &local.rel;-RELEASE release notes
- &os; &local.rel;-RELEASE errata
- ?> &os; &local.rel;-RELEASE readme
&os; &local.rel;-RELEASE schedule
&os; Release Engineering TODO Page