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:
+
+
+ - A dynamic buffer cache mechanism that automagically grows and shrinks
+ as you use the memory for other things. This should speed up disk
+ operations significantly.
+
+ - The Linux sound driver for Gravis UltraSound, SoundBlaster, etc. cards.
+
+ - Mitsumi CDROM interface and drive.
+
+ - Updated install floppies.
+
+ - More fail-safe probing of devices on the ISA bus. This makes it
+ much harder for devices to conflict with each other.
+
+ - Advance syscons support for XFree86 2.0.
+
+
+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-RELEASE |
+ Upgrade 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 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.
- 8.3 (April 2012)
Announcement:
Release Notes:
Installation Instructions:
Hardware Notes:
Readme:
Errata
- 9.0 (January 2012)
Announcement:
Release Notes:
Installation Instructions:
Hardware Notes:
Readme:
Errata
- 8.2 (February 2011)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 8.1 (July 2010)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 8.0 (November 2009)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 7.4 (February 2011)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 7.3 (March 2010)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 7.2 (May 2009)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 7.1 (January 2009)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 7.0 (February 2008)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 6.4 (November 2008)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 6.3 (January 2008)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 6.2 (January 2007)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 6.1 (May 2006)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 6.0 (November 2005)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 5.5 (May 2006)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
- 5.4 (May 2005)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Migration Guide
- 5.3 (November 2004)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Migration Guide
- 5.2.1 (February 2004)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Early Adopter's Guide
- 5.2 (January 2004)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Early Adopter's Guide
- 5.1 (June, 2003)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Early Adopter's Guide
- 5.0 (January, 2003)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata:
Early Adopter's Guide
- 4.11 (January, 2005)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 4.10 (May, 2004)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 4.9 (October, 2003)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 4.8 (April, 2003)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 4.7 (October, 2002)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Readme:
Errata
- 4.6.2 (August, 2002)
Announcement:
Release Notes:
Hardware Notes:
Readme:
Errata
- 4.6 (June, 2002)
Announcement:
Release Notes:
Hardware Notes:
Installation Notes:
Errata
- 4.5 (January, 2002)
Announcement:
Release Notes:
Hardware Notes:
Errata
- 4.4 (September, 2001)
Announcement:
Release Notes:
Hardware Notes:
Errata
- 4.3 (April, 2001)
Announcement:
Release Notes:
Errata
- 4.2 (November, 2000)
Announcement:
Release Notes:
Errata
- 4.1.1 (September, 2000)
Announcement :
Release Notes :
Errata
- 4.1 (July, 2000)
Announcement:
Release Notes:
Errata
- 4.0 (March, 2000)
Announcement:
Release Notes:
Errata
- 3.5 (June, 2000)
Announcement:
Release Notes:
Errata
- 3.4 (December, 1999)
Announcement:
Release Notes:
Errata
- 3.3 (September, 1999)
Announcement :
Release Notes :
Errata
- 3.2 (May, 1999)
Announcement :
Release Notes :
Errata
- 3.1 (February, 1999)
Announcement :
Release Notes :
Errata
- 3.0 (October, 1998)
Announcement :
Release Notes :
Errata
- 2.2.8 (December, 1998)
Announcement :
Release Notes :
Errata
- 2.2.7 (July, 1998)
Announcement :
Release Notes :
Errata
- 2.2.6 (March, 1998)
Announcement :
Release Notes :
Errata
- 2.2.5 (October, 1997)
Announcement :
Release Notes :
Errata
- 2.2.2 (May, 1997)
Release Notes :
Errata
- 2.2.1 (April, 1997)
Release Notes
- 2.2 (March, 1997)
Announcement :
Release Notes
- 2.1.7 (February, 1997)
Announcement :
Release Notes
- 2.1.6 (December, 1996)
Announcement :
Release Notes
- 2.1.5 (July, 1996)
Announcement :
Release Notes
- 2.1 (November, 1995)
Announcement :
Release Notes
- 2.0.5 (June, 1995)
Announcement :
Release Notes
- 2.0 (November, 1994)
Announcement :
Release Notes
- 1.1.5.1 (July, 1994)
- 1.1.5
Release Notes
- 1.1 (May, 1994)
Release Notes
- - 1.0 (November, 1993)
+ - 1.0 (November, 1993)
+
+ Announcement
+
+