Index: head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile (revision 45901) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= announce.xml + +.include "${DOC_PREFIX}/share/mk/web.site.mk" Property changes on: head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml (nonexistent) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml (revision 45901) @@ -0,0 +1,86 @@ + + +]> + + + &title; + + $FreeBSD$ + + + + +

+From: jkh@whisker.lotus.ie (Jordan K. Hubbard)
+Newsgroups: comp.os.386bsd.announce
+Subject: FreeBSD 1.0 RELEASE now available
+Date: 1 Nov 1993 16:12:20 -0800 +

+ +

The first "official" release of FreeBSD 1.0 is now available, no more +greek letters - this is the "production" release.

+ +

While a fair number of bugs were also whacked between EPSILON and +RELEASE, the following additional features deserve special mention:

+ + + +

For more information, please read the release notes.

+ +

FreeBSD 1.0 RELEASE may be obtained by ftp on freebsd.cdrom.com, and +on its various mirror sites within a day or so.

+ +

Release structure:

+ + + + + + + + + + + + + + + +
FreeBSD.cdrom.com:~ftp/pub/FreeBSD/
  FreeBSD-1.0-RELEASE/bin+src releases.
  FreeBSD-1.0-EPSILON-to-RELEASEUpgrade patches for existing EPSILON sites.
+ +

Thanks, as usual, to all the kind individuals on the net who aided us +significantly bu finding bugs, contributing fixes and just generally +lending moral support. Thank You!

+ +

Also, continuing thanks to Walnut Creek CDROM who's ongoing (and, up +to now, profitless) support has made this all possible.

+ + +

Questions, as usual, should be sent to `freebsd-questions@freefall.cdrom.com'. +Bug reports to `freebsd-bugs@freefall.cdrom.com' and general technical +commentary to `freebsd-hackers@freefall.cdrom.com'.

+ +

Regards,
+ + The FreeBSD Team.

+ +

Release Home + + Property changes on: head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/xml \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/releases/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/Makefile (revision 45900) +++ head/en_US.ISO8859-1/htdocs/releases/Makefile (revision 45901) @@ -1,27 +1,27 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS?= index.xml -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= 1.0 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 4.5R 4.6R SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R 4.10R 4.11R SUBDIR+= 5.0R 5.1R 5.2R 5.2.1R 5.3R 5.4R 5.5R SUBDIR+= 6.0R 6.1R 6.2R 6.3R 6.4R SUBDIR+= 7.0R 7.1R 7.2R 7.3R 7.4R SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R SUBDIR+= 9.0R 9.1R 9.2R 9.3R SUBDIR+= 10.0R 10.1R .if defined(NEW_BUILD) SUBDIR= .endif .include "${DOC_PREFIX}/share/mk/web.site.mk" Index: head/en_US.ISO8859-1/htdocs/releases/index.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml (revision 45900) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml (revision 45901) @@ -1,663 +1,667 @@ ]> &title; $FreeBSD$ FreeBSD Releases

FreeBSD releases are classified into "Production Releases" and "Legacy Releases". The former are best suited to users looking for the latest new features; the latter are for users wishing to stay with a more conservative upgrade strategy.

Releases are further classified by the length of time they will be supported by the Security Officer into "Normal" and "Extended" releases.

Documentation files for each release are available for viewing in HTML format on the Release Documentation page.

Currently Supported Releases

Complete information about the release date, the classification type, and the estimated End-Of-Life (EOL) for currently supported releases can be found on the Supported Releases section of the FreeBSD Security Information page.

Most Recent Release(s)

Production Releases

Release &rel.current; (&rel.current.date;) Announcement : Release Notes : Installation Instructions : Hardware Notes : Readme : Errata

Legacy Releases

Release &rel2.current; (&rel2.current.date;) Announcement : Release Notes : Installation Instructions : Hardware Notes : Readme : Errata

Release &rel3.current; (&rel3.current.date;) Announcement : Release Notes : Installation Instructions : Hardware Notes : Readme : Errata

Future Releases

For the schedule of upcoming releases, or for more information about the release engineering process, please visit the Release Engineering page.

The latest snapshots from our FreeBSD-STABLE and FreeBSD-CURRENT branches are also available. Please see Getting FreeBSD for details.

Prior Releases Still Being Supported

Prior Releases Which Have Reached End-Of-Life

Complete historical information about the release date, the classification type, and the effective End-Of-Life (EOL) for these releases may be found on the Unsupported Releases section of the FreeBSD Security Information page.