Add a piece of history: the FreeBSD 1.0 release announcement. In a couple

of hours, FreeBSD will turn 21.
This commit is contained in:
Gavin Atkinson 2014-11-01 20:51:25 +00:00
parent ab347ce4f2
commit 25eb21c8c4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45901
4 changed files with 104 additions and 2 deletions
en_US.ISO8859-1/htdocs/releases

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.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD 1.0 Announcement">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.download">
<p>
From: jkh@whisker.lotus.ie (Jordan K. Hubbard)<br/>
Newsgroups: comp.os.386bsd.announce<br/>
Subject: FreeBSD 1.0 RELEASE now available<br/>
Date: 1 Nov 1993 16:12:20 -0800
</p>
<p>The first "official" release of FreeBSD 1.0 is now available, no more
greek letters - this is the "production" release.</p>
<p>While a fair number of bugs were also whacked between EPSILON and
RELEASE, the following additional features deserve special mention:</p>
<ul>
<li>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.</li>
<li>The Linux sound driver for Gravis UltraSound, SoundBlaster, etc. cards.</li>
<li>Mitsumi CDROM interface and drive.</li>
<li>Updated install floppies.</li>
<li>More fail-safe probing of devices on the ISA bus. This makes it
much harder for devices to conflict with each other.</li>
<li>Advance syscons support for XFree86 2.0.</li>
</ul>
<p>For more information, please read the release notes.</p>
<p>FreeBSD 1.0 RELEASE may be obtained by ftp on freebsd.cdrom.com, and
on its various mirror sites within a day or so.</p>
<p>Release structure:</p>
<table>
<tr>
<td colspan="3">FreeBSD.cdrom.com:~ftp/pub/FreeBSD/</td>
</tr>
<tr>
<td>&nbsp;&nbsp;</td>
<td>FreeBSD-1.0-RELEASE/</td>
<td>bin+src releases.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;</td>
<td>FreeBSD-1.0-EPSILON-to-RELEASE</td>
<td>Upgrade patches for existing EPSILON sites.</td>
</tr>
</table>
<p>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!</p>
<p>Also, continuing thanks to Walnut Creek CDROM who's ongoing (and, up
to now, profitless) support has made this all possible.</p>
<p>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'.</p>
<p>Regards,<br/>
The FreeBSD Team.</p>
<p></p><a href="../index.html">Release Home</a>
</body>
</html>

View file

@ -9,7 +9,7 @@
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

View file

@ -656,7 +656,11 @@
</em>
</li>
<li><b>1.0</b> (November, 1993)</li>
<li><b>1.0</b> (November, 1993)
<em>
<a href="./1.0/announce.html">Announcement</a>
</em>
</li>
</ul>
</body>