Date: Sat, 1 Nov 2014 20:51:26 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45901 - in head/en_US.ISO8859-1/htdocs/releases: . 1.0 Message-ID: <201411012051.sA1KpQXk040839@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Sat Nov 1 20:51:25 2014 New Revision: 45901 URL: https://svnweb.freebsd.org/changeset/doc/45901 Log: Add a piece of history: the FreeBSD 1.0 release announcement. In a couple of hours, FreeBSD will turn 21. Added: head/en_US.ISO8859-1/htdocs/releases/1.0/ head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml (contents, props changed) Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile head/en_US.ISO8859-1/htdocs/releases/index.xml Added: head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile Sat Nov 1 20:51:25 2014 (r45901) @@ -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" Added: head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml Sat Nov 1 20:51:25 2014 (r45901) @@ -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> </td> + <td>FreeBSD-1.0-RELEASE/</td> + <td>bin+src releases.</td> + </tr> + <tr> + <td> </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> Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/Makefile Sat Nov 1 20:05:40 2014 (r45900) +++ head/en_US.ISO8859-1/htdocs/releases/Makefile Sat Nov 1 20:51:25 2014 (r45901) @@ -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 Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml Sat Nov 1 20:05:40 2014 (r45900) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml Sat Nov 1 20:51:25 2014 (r45901) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411012051.sA1KpQXk040839>