Add entries for 4.2

This commit is contained in:
Jordan K. Hubbard 2000-11-21 20:40:39 +00:00
parent 66bde0208f
commit 91c1ff8775
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8404
6 changed files with 1182 additions and 8 deletions

12
en/releases/4.2R/Makefile Normal file
View file

@ -0,0 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml notes.sgml errata.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,83 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 4.2 Announcement">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p><b>Date:</b> Tue, 21 Nov 2000 04:31:48 -0800<br>
<b>From:</b> "Jordan K. Hubbard" &lt;jkh@winston.osd.bsdi.com&gt;<br>
<b>To:</b> announce@FreeBSD.org<br>
<b>Subject:</b> 4.2-RELEASE is now available</p>
<p>It is my almost excessive pleasure to announce the availability of
FreeBSD 4.2-RELEASE, the very latest in 4.x-STABLE branch technology.
Following the release of FreeBSD 4.1.1 in September, 2000, many bugs
were fixed, important security issues dealt with, and a conservative
number of new features added. Please see the release notes for more
information.</p>
<p>4.2-RELEASE is now available for the
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.2-RELEASE">i386</a>
and
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.2-RELEASE">alpha</a>
architectures right now and can be installed directly over the net using
the boot floppies or copied to a local NFS/ftp server.</p>
ISO (CD) Images<br>
---------------<br>
<p>We can't promise that all the mirror sites will carry the larger
ISO images, but they will at least be available from:</p>
<p><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2-install.iso">
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2-install.iso</a><br> and
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/4.2-install.iso">
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/4.2-install.iso</a></p>
<p>If you can't afford the CDs, are impatient, or just want to use it for
evangelism purposes, then by all means download the ISOs, otherwise please
do continue to support the FreeBSD project by purchasing one of its
official CD releases from BSDi. FreeBSD 4.2-RELEASE can be ordered as a
4 CD set from <a href="http://www.freebsdmall.com">The FreeBSD Mall</a>
from where it will soon be shipping. Each CD sets contains the FreeBSD
installation and application package bits for either the x86 or the
alpha architecture (each architecture has its own CD set). For a set of
distfiles used to build ports in the ports collection, please see also the
FreeBSD Toolkit, a 6 CD set containing all such extra bits which we can no
longer fit on the 4 CD sets. You can also order by phone, postal mail,
FAX or email at:</p>
<pre>
BSDi
4041 Pike Lane, #F
Concord CA, 94520 USA
Phone: +1 925 674-0783
Fax: +1 925 674-0821
Tech Support: +1 925 603-1234
Email: orders@wccdrom.com
WWW: http://www.freebsdmall.com/
</pre>
<p>FreeBSD is also available via anonymous FTP from mirror sites in the
following countries: Argentina, Australia, Austria, Brazil, Bulgaria,
Canada, the Czech Republic, Denmark, Estonia, Finland, France, Germany,
Hong Kong, Hungary, Iceland, Ireland, Israel, Japan, Korea, Latvia,
Malaysia, the Netherlands, Poland, Portugal, Rumania, Russia,
Slovenia, South Africa, Spain, Sweden, Taiwan, Thailand, Elbonia, the
Ukraine and the United Kingdom, among others.</p>
<p>Before trying the central FTP site, please check your regional
mirror(s) first by going to:</p>
<p><kbd>ftp://ftp.&lt;yourdomain&gt;.FreeBSD.org/pub/FreeBSD</kbd></p>
<p>Any additional mirror sites will be labeled ftp2, ftp3 and so on.</p>
Thanks!
- Jordan
</body>
</html>

View file

@ -0,0 +1,47 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 4.2 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<html>
&header;
<pre>
If you read no other documentation before installing this
version of FreeBSD, you should at least by all means *READ
THE ERRATA* for this release so that you don't stumble over
problems which have already been found and fixed. This ERRATA.TXT
file is obviously already out of date by definition, but other
copies are kept updated on the net and should be consulted as
the "current errata" for your release. These other copies of
the errata are located at:
1. <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>
2. ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/&lt;your-release&gt;/ERRATA.TXT
(and any sites which keep up-to-date mirrors of this location).
Any changes to this file are also automatically emailed to:
<a href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a>
For all FreeBSD security advisories, see:
<a href="http://www.FreeBSD.org/security/">http://www.FreeBSD.org/security/</a>
for the latest security incident information.
---- Security Advisories:
Current active security advisories: None
---- System Update Information:
</pre>
<p></p><a href="../index.html">Release Home</a>
&footer;
</body>
</html>

1025
en/releases/4.2R/notes.sgml Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/releases/Makefile,v 1.25 2000/10/02 17:55:04 phantom Exp $
# $FreeBSD: www/en/releases/Makefile,v 1.26 2000/11/07 04:05:21 kuriyama Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -11,7 +11,7 @@ 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
SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R
.if defined $(NEW_BUILD)
SUBDIR=

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.43 2000/08/11 15:49:35 ben Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.44 2000/10/02 17:55:04 phantom Exp $">
<!ENTITY title "Release Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.43 2000/08/11 15:49:35 ben Exp $ -->
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.44 2000/10/02 17:55:04 phantom Exp $ -->
<html>
&header;
@ -16,11 +16,11 @@ the <A HREF="&base/news/newsflash.html">Newsflash</A> page.</em></p>
<a name="current"></A>
<h2>Current Release(s)</h2>
<p><b>Release 4.1.1</b> (September, 2000)
<p><b>Release 4.2</b> (November, 2000)
<em>
<A HREF="./4.1.1R/announce.html">Announcement</A> :
<A HREF="./4.1.1R/notes.html">Release Notes</A> :
<A HREF="./4.1.1R/errata.html">Errata</A>
<A HREF="./4.2R/announce.html">Announcement</A> :
<A HREF="./4.2R/notes.html">Release Notes</A> :
<A HREF="./4.2R/errata.html">Errata</A>
</em></p>
<p>This latest release from our <A
@ -39,6 +39,13 @@ FreeBSD</A> for details.</p>
<a name="past"></A>
<h2>Past Releases</h2>
<ul>
<li><b>4.1.1</b> (September, 2000)
<em>
<A HREF="./4.1.1R/announce.html">Announcement</A> :
<A HREF="./4.1.1R/notes.html">Release Notes</A> :
<A HREF="./4.1.1R/errata.html">Errata</A>
</em>
<li><b>4.1</b> (July, 2000)
<em>
<a href="./4.1R/announce.html">Announcement</a>: