diff --git a/en/releases/4.5R/Makefile b/en/releases/4.5R/Makefile new file mode 100644 index 0000000000..b0eeef36fb --- /dev/null +++ b/en/releases/4.5R/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= qa.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/4.5R/qa.sgml b/en/releases/4.5R/qa.sgml new file mode 100644 index 0000000000..4c825366b3 --- /dev/null +++ b/en/releases/4.5R/qa.sgml @@ -0,0 +1,91 @@ + + + + + %includes; +]> + +&header; + +

As part of our on-going effort to improve the release engineering + process, we have identified several areas that need significant + quality assurance testing during the release candidate phase. + Below, we've listed the changes in 4.5-PRERELEASE that we feel merit + the most attention due to their involving substantial changes to the + system, or having arrived late in the development cycle leading up + to the release. In general, our goal in the QA process is to + attempt to check a number of things:

+ + + +

To effectively determine this, it's desirable to test the system in + a diverse set of environments, applying a wide set of workloads, + forcing the system to operate both within and outside its normal + specification. Particular focus should often be placed on the + continuing (or new) capability of the system to perform correctly + when used in concert with systems from other vendors.

+ +

Features to explore carefully:

+ + + +

The release notes will always be a good place to look for things to + test. There are a number of new drivers, including if_em, which + would probably benefit from more exposure. Please report bugs to + the qa@FreeBSD.org list, and/or + via send-pr with a heads up to the qa list.

+ +&footer; + + diff --git a/en/releases/Makefile b/en/releases/Makefile index 0a29f106a6..3626b16b10 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,20 +1,20 @@ -# $FreeBSD: www/en/releases/Makefile,v 1.28 2001/04/21 07:58:29 jkh Exp $ +# $FreeBSD: www/en/releases/Makefile,v 1.29 2001/09/19 08:20:45 jkh Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS?= index.sgml snapshots.sgml SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R -SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R +SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R .if defined $(NEW_BUILD) SUBDIR= .endif .include "${WEB_PREFIX}/share/mk/web.site.mk"