Add all the stuff for 4.3-RELEASE in advance since it takes time for
the web server to update itself and get replicated.
This commit is contained in:
parent
3880902931
commit
7276ffa831
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9253
5 changed files with 1425 additions and 2 deletions
en/releases
12
en/releases/4.3R/Makefile
Normal file
12
en/releases/4.3R/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD: www/en/releases/4.2R/Makefile,v 1.1 2000/11/21 20:40:39 jkh Exp $
|
||||
|
||||
.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"
|
89
en/releases/4.3R/announce.sgml
Normal file
89
en/releases/4.3R/announce.sgml
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.3R/announce.sgml,v 1.1 2000/11/21 20:40:39 jkh Exp $">
|
||||
<!ENTITY title "FreeBSD 4.3 Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p><b>Date:</b> Friday, 20 Apr 2001 21:00:00 -0800<br>
|
||||
<b>From:</b> "Jordan K. Hubbard" <jkh@freebsd.org><br>
|
||||
<b>To:</b> announce@FreeBSD.org<br>
|
||||
<b>Subject:</b> 4.3-RELEASE is now available</p>
|
||||
|
||||
<p>It gives me great pleasure to announce what is probably the
|
||||
finest release produced from the 4.x-STABLE branch to date,
|
||||
FreeBSD 4.3-RELEASE. Following the release of FreeBSD 4.2
|
||||
in November, 2000, many bugs were fixed, important security issues
|
||||
dealt with, and a reasonable number of new features added.
|
||||
Please see the release notes for more information.</p>
|
||||
|
||||
<p>4.3-RELEASE is available for the
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.3-RELEASE">i386</a>
|
||||
and
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.3-RELEASE">alpha</a>
|
||||
architectures 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.3-install.iso">
|
||||
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.3-install.iso</a><br> and
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/4.3-install.iso">
|
||||
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/4.3-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.3-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><b>Note:</b> Despite the recent acquisition of BSDi's software assets
|
||||
by Wind River, the above information still holds true for the forseeable
|
||||
future and will not change for at least the life-cycle of the FreeBSD 4.3
|
||||
product. Any changes in the FreeBSD product sales infrastructure will be
|
||||
announced if and as they occur.</p>
|
||||
|
||||
<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.<yourdomain>.FreeBSD.org/pub/FreeBSD</kbd></p>
|
||||
|
||||
<p>Any additional mirror sites will be labeled ftp2, ftp3 and so on.</p>
|
||||
|
||||
Thanks!
|
||||
|
||||
- Jordan
|
||||
</body>
|
||||
</html>
|
||||
|
47
en/releases/4.3R/errata.sgml
Normal file
47
en/releases/4.3R/errata.sgml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.2R/errata.sgml,v 1.1 2000/11/21 20:40:39 jkh Exp $">
|
||||
<!ENTITY title "FreeBSD 4.2 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/4.2R/errata.sgml,v 1.1 2000/11/21 20:40:39 jkh Exp $ -->
|
||||
|
||||
<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/<your-release>/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>
|
1275
en/releases/4.3R/notes.sgml
Normal file
1275
en/releases/4.3R/notes.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/Makefile,v 1.26 2000/11/07 04:05:21 kuriyama Exp $
|
||||
# $FreeBSD: www/en/releases/Makefile,v 1.27 2000/11/21 20:40:38 jkh 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 4.2R
|
||||
SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
Loading…
Reference in a new issue